#CFA081

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

Shades of Cameo #CFA081

Tints of Cameo #CFA081

Color information

#CFA081 (or 0xCFA081) is unknown color: approx Cameo. HEX triplet: CF, A0 and 81. RGB value is (207,160,129). Sum of RGB (Red+Green+Blue) = 207+160+129=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA081 is #305F7E. Grayscale: #AAAAAA. Windows color (decimal): -3170175 or 8495311. OLE color: 8495311.

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

Color convert

RGB207160129-
CMYK00.230.380.19
HSL23.85º44.83%65.88%-
HSV(B)23.85º37.68%81.18%-
XYZ42.2739.9926.26-
YUV170.52104.57154.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 160 (62.89% from 255) = 32.26%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=41.73%
G=32.26%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716012900.230.380.1923.8544.8365.88
HexCFA0810172613182d42
Octal31724020102746233055102
Binary11001111101000001000000101011110011010011110001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA081; }

 p { color: rgb(207,160,129); }

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

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

 a { background-color: rgb(207,160,129); }

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

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

 span { border-color: rgb(207,160,129); }

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