#CFA577

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

Shades of Cameo #CFA577

Tints of Cameo #CFA577

Color information

#CFA577 (or 0xCFA577) is unknown color: approx Cameo. HEX triplet: CF, A5 and 77. RGB value is (207,165,119). Sum of RGB (Red+Green+Blue) = 207+165+119=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA577 is #305A88. Grayscale: #ACACAC. Windows color (decimal): -3168905 or 7841231. OLE color: 7841231.

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

Color convert

RGB207165119-
CMYK00.200.430.19
HSL31.36º47.83%63.92%-
HSV(B)31.36º42.51%81.18%-
XYZ42.5241.5123.22-
YUV172.3197.91152.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=42.16%
G=33.60%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716511900.200.430.1931.3647.8363.92
HexCFA5770142B131f3040
Octal31724516702453233760100
Binary1100111110100101111011101010010101110011111111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA577; }

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

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

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

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

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

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

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

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