#CBA577

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

Shades of Cameo #CBA577

Tints of Cameo #CBA577

Color information

#CBA577 (or 0xCBA577) is unknown color: approx Cameo. HEX triplet: CB, A5 and 77. RGB value is (203,165,119). Sum of RGB (Red+Green+Blue) = 203+165+119=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA577 is #345A88. Grayscale: #ABABAB. Windows color (decimal): -3431049 or 7841227. OLE color: 7841227.

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

Color convert

RGB203165119-
CMYK00.190.410.20
HSL32.86º44.68%63.14%-
HSV(B)32.86º41.38%79.61%-
XYZ41.4140.9423.17-
YUV171.1298.59150.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 119 (46.88% from 255) = 24.44%
R=41.68%
G=33.88%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316511900.190.410.2032.8644.6863.14
HexCBA5770132914212d3f
Octal3132451670235124415577
Binary1100101110100101111011101001110100110100100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA577; }

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

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

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

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

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

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

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

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