#CBA084

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

Shades of Cameo #CBA084

Tints of Cameo #CBA084

Color information

#CBA084 (or 0xCBA084) is unknown color: approx Cameo. HEX triplet: CB, A0 and 84. RGB value is (203,160,132). Sum of RGB (Red+Green+Blue) = 203+160+132=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA084 is #345F7B. Grayscale: #A9A9A9. Windows color (decimal): -3432316 or 8691915. OLE color: 8691915.

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

Color convert

RGB203160132-
CMYK00.210.350.20
HSL23.66º40.57%65.69%-
HSV(B)23.66º34.98%79.61%-
XYZ41.3639.527.27-
YUV169.66106.75151.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=41.01%
G=32.32%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316013200.210.350.2023.6640.5765.69
HexCBA0840152314182942
Octal31324020402543243051102
Binary11001011101000001000010001010110001110100110001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA084; }

 p { color: rgb(203,160,132); }

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

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

 a { background-color: rgb(203,160,132); }

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

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

 span { border-color: rgb(203,160,132); }

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