#CBA583

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

Shades of Cameo #CBA583

Tints of Cameo #CBA583

Color information

#CBA583 (or 0xCBA583) is unknown color: approx Cameo. HEX triplet: CB, A5 and 83. RGB value is (203,165,131). Sum of RGB (Red+Green+Blue) = 203+165+131=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA583 is #345A7C. Grayscale: #ACACAC. Windows color (decimal): -3431037 or 8627659. OLE color: 8627659.

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

Color convert

RGB203165131-
CMYK00.190.350.20
HSL28.33º40.91%65.49%-
HSV(B)28.33º35.47%79.61%-
XYZ42.1841.2527.21-
YUV172.49104.59149.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=40.68%
G=33.07%
B=26.25%

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
Decimal20316513100.190.350.2028.3340.9165.49
HexCBA58301323141c2941
Octal31324520302343243451101
Binary11001011101001011000001101001110001110100111001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA583; }

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

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

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

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

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

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

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

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