#CFA68B

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

Shades of Cameo #CFA68B

Tints of Cameo #CFA68B

Color information

#CFA68B (or 0xCFA68B) is unknown color: approx Cameo. HEX triplet: CF, A6 and 8B. RGB value is (207,166,139). Sum of RGB (Red+Green+Blue) = 207+166+139=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA68B is #305974. Grayscale: #AFAFAF. Windows color (decimal): -3168629 or 9152207. OLE color: 9152207.

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

Color convert

RGB207166139-
CMYK00.200.330.19
HSL23.82º41.46%67.84%-
HSV(B)23.82º32.85%81.18%-
XYZ44.0342.430.29-
YUV175.18107.58150.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=40.43%
G=32.42%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716613900.200.330.1923.8241.4667.84
HexCFA68B0142113182944
Octal31724621302441233051104
Binary11001111101001101000101101010010000110011110001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA68B; }

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

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

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

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

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

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

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

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