#CFA38B

Color #CFA38B Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #CFA38B

Tints of Cameo #CFA38B

Color information

#CFA38B (or 0xCFA38B) is unknown color: approx Cameo. HEX triplet: CF, A3 and 8B. RGB value is (207,163,139). Sum of RGB (Red+Green+Blue) = 207+163+139=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA38B is #305C74. Grayscale: #ADADAD. Windows color (decimal): -3169397 or 9151439. OLE color: 9151439.

HSL color Cylindrical-coordinate representation of color #CFA38B: hue angle of 21.18º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA38B is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207163139-
CMYK00.210.330.19
HSL21.18º41.46%67.84%-
HSV(B)21.18º32.85%81.18%-
XYZ43.4941.3230.11-
YUV173.42108.58151.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 139 (54.69% from 255) = 27.31%
R=40.67%
G=32.02%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716313900.210.330.1921.1841.4667.84
HexCFA38B0152113152944
Octal31724321302541232551104
Binary11001111101000111000101101010110000110011101011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA38B; }

 p { color: rgb(207,163,139); }

 H1.HeaderClassName
 {
   color: #CFA38B;
 }
 .AnyTagClassName
 {
   color: #CFA38B;
 }
</style>
background-color css

<style>
 a { background-color: #CFA38B; }

 a { background-color: rgb(207,163,139); }

 div.DivClassName
 {
   background-color: #CFA38B;
 }
 .BgClassName
 {
   background-color: #CFA38B;
 }
</style>
border-color css

<style>
 span { border-color: #CFA38B; }

 span { border-color: rgb(207,163,139); }

 td.TdClassName
 {
   border-color: #CFA38B;
 }
 .TagClassName
 {
   border-color: #CFA38B;
 }
</style>