Html Css Color HEX #CBA476 Cameo

📋 copy color: '#CBA476'

red 203 ◦ green 164 ◦ blue 118

#CBA476
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #CBA476

Tints of Cameo #CBA476

RGB

 RED value IS 203 (79.69% from 255) = 41.86%

 GREEN value IS 164 (64.45% from 255) = 33.81%

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 41.86%
G = 33.81%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBA476 (or 0xCBA476) is known color: Cameo. HEX triplet: CB, A4 and 76. RGB value is (203,164,118). Sum of RGB (Red+Green+Blue) = 203+164+118=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA476 is #345B89. Grayscale: #AAAAAA. Windows color (decimal): -3431306 or 7775435. OLE color: 7775435.

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

Color convert

RGB 203 164 118 -
CMYK 0 0.19 0.42 0.20
HSL 32.47º 0.45% 0.63% -
HSV(B) 32.47º 0.42% 0.8% -
XYZ 41.17 40.56 22.8 -
YUV 170.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 203 164 118 0 0.19 0.42 0.20 32.47 0.45 0.63
Hex CB A4 76 0 13 2A 14 20 2D 3F
Octal 313 244 166 0 23 52 24 40 55 77
Binary 11001011 10100100 1110110 0 10011 101010 10100 100000 101101 111111

Color Harmonies of #CBA476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA476

Black with #CBA476

Text Example


Text Example

White with #CBA476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA476; }

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

 H1.HeaderClassName
 {
   color: #CBA476;
 }
 .AnyTagClassName
 {
   color: #CBA476;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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