#CFA688

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

Shades of Cameo #CFA688

Tints of Cameo #CFA688

Color information

#CFA688 (or 0xCFA688) is unknown color: approx Cameo. HEX triplet: CF, A6 and 88. RGB value is (207,166,136). Sum of RGB (Red+Green+Blue) = 207+166+136=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA688 is #305977. Grayscale: #AFAFAF. Windows color (decimal): -3168632 or 8955599. OLE color: 8955599.

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

Color convert

RGB207166136-
CMYK00.200.340.19
HSL25.35º42.51%67.25%-
HSV(B)25.35º34.3%81.18%-
XYZ43.8142.3229.15-
YUV174.84106.08150.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=40.67%
G=32.61%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716613600.200.340.1925.3542.5167.25
HexCFA6880142213192b43
Octal31724621002442233153103
Binary11001111101001101000100001010010001010011110011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA688; }

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

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

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

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

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

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

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

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