#CBA382

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

Shades of Cameo #CBA382

Tints of Cameo #CBA382

Color information

#CBA382 (or 0xCBA382) is unknown color: approx Cameo. HEX triplet: CB, A3 and 82. RGB value is (203,163,130). Sum of RGB (Red+Green+Blue) = 203+163+130=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA382 is #345C7D. Grayscale: #ABABAB. Windows color (decimal): -3431550 or 8561611. OLE color: 8561611.

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

Color convert

RGB203163130-
CMYK00.200.360.20
HSL27.12º41.24%65.29%-
HSV(B)27.12º35.96%79.61%-
XYZ41.7640.526.74-
YUV171.2104.75150.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 163 (64.06% from 255) = 32.86%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=40.93%
G=32.86%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316313000.200.360.2027.1241.2465.29
HexCBA38201424141b2941
Octal31324320202444243351101
Binary11001011101000111000001001010010010010100110111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA382; }

 p { color: rgb(203,163,130); }

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

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

 a { background-color: rgb(203,163,130); }

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

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

 span { border-color: rgb(203,163,130); }

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