#CFA58B

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

Shades of Cameo #CFA58B

Tints of Cameo #CFA58B

Color information

#CFA58B (or 0xCFA58B) is unknown color: approx Cameo. HEX triplet: CF, A5 and 8B. RGB value is (207,165,139). Sum of RGB (Red+Green+Blue) = 207+165+139=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA58B is #305A74. Grayscale: #AEAEAE. Windows color (decimal): -3168885 or 9151951. OLE color: 9151951.

HSL color Cylindrical-coordinate representation of color #CFA58B: hue angle of 22.94º 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 #CFA58B is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207165139-
CMYK00.200.330.19
HSL22.94º41.46%67.84%-
HSV(B)22.94º32.85%81.18%-
XYZ43.8542.0430.23-
YUV174.59107.91151.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 165 (64.84% from 255) = 32.29%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=40.51%
G=32.29%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716513900.200.330.1922.9441.4667.84
HexCFA58B0142113172944
Octal31724521302441232751104
Binary11001111101001011000101101010010000110011101111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA58B; }

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

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

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

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

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

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

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

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