#CBA68B

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

Shades of Cameo #CBA68B

Tints of Cameo #CBA68B

Color information

#CBA68B (or 0xCBA68B) is unknown color: approx Cameo. HEX triplet: CB, A6 and 8B. RGB value is (203,166,139). Sum of RGB (Red+Green+Blue) = 203+166+139=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA68B is #345974. Grayscale: #AEAEAE. Windows color (decimal): -3430773 or 9152203. OLE color: 9152203.

HSL color Cylindrical-coordinate representation of color #CBA68B: hue angle of 25.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBA68B is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB203166139-
CMYK00.180.320.20
HSL25.31º38.1%67.06%-
HSV(B)25.31º31.53%79.61%-
XYZ42.9341.8330.24-
YUV173.98108.26148.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 166 (65.23% from 255) = 32.68%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=39.96%
G=32.68%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316613900.180.320.2025.3138.167.06
HexCBA68B0122014192643
Octal31324621302240243146103
Binary11001011101001101000101101001010000010100110011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA68B; }

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

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

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

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

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

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

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

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