#CFA58D

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

Shades of Cameo #CFA58D

Tints of Cameo #CFA58D

Color information

#CFA58D (or 0xCFA58D) is unknown color: approx Cameo. HEX triplet: CF, A5 and 8D. RGB value is (207,165,141). Sum of RGB (Red+Green+Blue) = 207+165+141=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA58D is #305A72. Grayscale: #AEAEAE. Windows color (decimal): -3168883 or 9283023. OLE color: 9283023.

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

Color convert

RGB207165141-
CMYK00.200.320.19
HSL21.82º40.74%68.24%-
HSV(B)21.82º31.88%81.18%-
XYZ43.9942.131.01-
YUV174.82108.91150.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 165 (64.84% from 255) = 32.16%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=40.35%
G=32.16%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716514100.200.320.1921.8240.7468.24
HexCFA58D0142013162944
Octal31724521502440232651104
Binary11001111101001011000110101010010000010011101101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA58D; }

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

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

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

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

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

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

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

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