#CFA68E

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

Shades of Cameo #CFA68E

Tints of Cameo #CFA68E

Color information

#CFA68E (or 0xCFA68E) is unknown color: approx Cameo. HEX triplet: CF, A6 and 8E. RGB value is (207,166,142). Sum of RGB (Red+Green+Blue) = 207+166+142=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA68E is #305971. Grayscale: #AFAFAF. Windows color (decimal): -3168626 or 9348815. OLE color: 9348815.

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

Color convert

RGB207166142-
CMYK00.200.310.19
HSL22.15º40.37%68.43%-
HSV(B)22.15º31.4%81.18%-
XYZ44.2542.4931.46-
YUV175.52109.08150.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 166 (65.23% from 255) = 32.23%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=40.19%
G=32.23%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716614200.200.310.1922.1540.3768.43
HexCFA68E0141F13162844
Octal31724621602437232650104
Binary1100111110100110100011100101001111110011101101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA68E; }

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

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

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

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

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

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

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

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