#CBA381

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

Shades of Cameo #CBA381

Tints of Cameo #CBA381

Color information

#CBA381 (or 0xCBA381) is unknown color: approx Cameo. HEX triplet: CB, A3 and 81. RGB value is (203,163,129). Sum of RGB (Red+Green+Blue) = 203+163+129=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA381 is #345C7E. Grayscale: #ABABAB. Windows color (decimal): -3431551 or 8496075. OLE color: 8496075.

HSL color Cylindrical-coordinate representation of color #CBA381: hue angle of 27.57º degrees, saturation: 0.42, 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 #CBA381 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB203163129-
CMYK00.200.360.20
HSL27.57º41.57%65.1%-
HSV(B)27.57º36.45%79.61%-
XYZ41.6940.4826.38-
YUV171.08104.25150.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 163 (64.06% from 255) = 32.93%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=41.01%
G=32.93%
B=26.06%

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
Decimal20316312900.200.360.2027.5741.5765.1
HexCBA38101424141c2a41
Octal31324320102444243452101
Binary11001011101000111000000101010010010010100111001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA381; }

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

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

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

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

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

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

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

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