#CBA78C

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

Shades of Cameo #CBA78C

Tints of Cameo #CBA78C

Color information

#CBA78C (or 0xCBA78C) is unknown color: approx Cameo. HEX triplet: CB, A7 and 8C. RGB value is (203,167,140). Sum of RGB (Red+Green+Blue) = 203+167+140=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA78C is #345873. Grayscale: #AEAEAE. Windows color (decimal): -3430516 or 9217995. OLE color: 9217995.

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

Color convert

RGB203167140-
CMYK00.180.310.20
HSL25.71º37.72%67.25%-
HSV(B)25.71º31.03%79.61%-
XYZ43.1842.2330.69-
YUV174.69108.43148.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 167 (65.62% from 255) = 32.75%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=39.80%
G=32.75%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316714000.180.310.2025.7137.7267.25
HexCBA78C0121F141a2643
Octal31324721402237243246103
Binary1100101110100111100011000100101111110100110101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA78C; }

 p { color: rgb(203,167,140); }

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

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

 a { background-color: rgb(203,167,140); }

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

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

 span { border-color: rgb(203,167,140); }

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