#CBA584

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

Shades of Cameo #CBA584

Tints of Cameo #CBA584

Color information

#CBA584 (or 0xCBA584) is unknown color: approx Cameo. HEX triplet: CB, A5 and 84. RGB value is (203,165,132). Sum of RGB (Red+Green+Blue) = 203+165+132=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA584 is #345A7B. Grayscale: #ACACAC. Windows color (decimal): -3431036 or 8693195. OLE color: 8693195.

HSL color Cylindrical-coordinate representation of color #CBA584: hue angle of 27.89º 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 #CBA584 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB203165132-
CMYK00.190.350.20
HSL27.89º40.57%65.69%-
HSV(B)27.89º34.98%79.61%-
XYZ42.2541.2727.57-
YUV172.6105.09149.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 165 (64.84% from 255) = 33%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=40.6%
G=33%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316513200.190.350.2027.8940.5765.69
HexCBA58401323141c2942
Octal31324520402343243451102
Binary11001011101001011000010001001110001110100111001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA584; }

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

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

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

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

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

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

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

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