#CFA880

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

Shades of Cameo #CFA880

Tints of Cameo #CFA880

Color information

#CFA880 (or 0xCFA880) is unknown color: approx Cameo. HEX triplet: CF, A8 and 80. RGB value is (207,168,128). Sum of RGB (Red+Green+Blue) = 207+168+128=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA880 is #30577F. Grayscale: #AFAFAF. Windows color (decimal): -3168128 or 8431823. OLE color: 8431823.

HSL color Cylindrical-coordinate representation of color #CFA880: hue angle of 30.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFA880 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB207168128-
CMYK00.190.380.19
HSL30.38º45.14%65.69%-
HSV(B)30.38º38.16%81.18%-
XYZ43.6342.8326.39-
YUV175.1101.42150.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=41.15%
G=33.40%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716812800.190.380.1930.3845.1465.69
HexCFA88001326131e2d42
Octal31725020002346233655102
Binary11001111101010001000000001001110011010011111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA880; }

 p { color: rgb(207,168,128); }

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

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

 a { background-color: rgb(207,168,128); }

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

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

 span { border-color: rgb(207,168,128); }

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