#CBA792

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

Shades of Cameo #CBA792

Tints of Cameo #CBA792

Color information

#CBA792 (or 0xCBA792) is unknown color: approx Cameo. HEX triplet: CB, A7 and 92. RGB value is (203,167,146). Sum of RGB (Red+Green+Blue) = 203+167+146=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA792 is #34586D. Grayscale: #AFAFAF. Windows color (decimal): -3430510 or 9611211. OLE color: 9611211.

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

Color convert

RGB203167146-
CMYK00.180.280.20
HSL22.11º35.4%68.43%-
HSV(B)22.11º28.08%79.61%-
XYZ43.6442.4133.08-
YUV175.37111.43147.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=39.34%
G=32.36%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316714600.180.280.2022.1135.468.43
HexCBA7920121C14162344
Octal31324722202234242643104
Binary1100101110100111100100100100101110010100101101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA792; }

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

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

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

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

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

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

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

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