#CBA480

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

Shades of Cameo #CBA480

Tints of Cameo #CBA480

Color information

#CBA480 (or 0xCBA480) is unknown color: approx Cameo. HEX triplet: CB, A4 and 80. RGB value is (203,164,128). Sum of RGB (Red+Green+Blue) = 203+164+128=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA480 is #345B7F. Grayscale: #ABABAB. Windows color (decimal): -3431296 or 8430795. OLE color: 8430795.

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

Color convert

RGB203164128-
CMYK00.190.370.20
HSL28.8º41.9%64.9%-
HSV(B)28.8º36.95%79.61%-
XYZ41.840.8126.1-
YUV171.56103.42150.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=41.01%
G=33.13%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316412800.190.370.2028.841.964.9
HexCBA48001325141d2a41
Octal31324420002345243552101
Binary11001011101001001000000001001110010110100111011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA480; }

 p { color: rgb(203,164,128); }

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

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

 a { background-color: rgb(203,164,128); }

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

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

 span { border-color: rgb(203,164,128); }

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