#CFA788

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

Shades of Cameo #CFA788

Tints of Cameo #CFA788

Color information

#CFA788 (or 0xCFA788) is unknown color: approx Cameo. HEX triplet: CF, A7 and 88. RGB value is (207,167,136). Sum of RGB (Red+Green+Blue) = 207+167+136=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA788 is #305877. Grayscale: #AFAFAF. Windows color (decimal): -3168376 or 8955855. OLE color: 8955855.

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

Color convert

RGB207167136-
CMYK00.190.340.19
HSL26.2º42.51%67.25%-
HSV(B)26.2º34.3%81.18%-
XYZ43.9942.6829.21-
YUV175.43105.75150.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 167 (65.62% from 255) = 32.75%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=40.59%
G=32.75%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716713600.190.340.1926.242.5167.25
HexCFA78801322131a2b43
Octal31724721002342233253103
Binary11001111101001111000100001001110001010011110101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA788; }

 p { color: rgb(207,167,136); }

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

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

 a { background-color: rgb(207,167,136); }

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

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

 span { border-color: rgb(207,167,136); }

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