Html Css Color HEX #CBA576 Putty

📋 copy color: '#CBA576'

red 203 ◦ green 165 ◦ blue 118

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

Shades of Putty #CBA576

Tints of Putty #CBA576

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.95%

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

R = 41.77%
G = 33.95%
B = 24.28%

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

#CBA576 (or 0xCBA576) is known color: Putty. HEX triplet: CB, A5 and 76. RGB value is (203,165,118). Sum of RGB (Red+Green+Blue) = 203+165+118=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA576 is #345A89. Grayscale: #ABABAB. Windows color (decimal): -3431050 or 7775691. OLE color: 7775691.

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

Color convert

RGB 203 165 118 -
CMYK 0 0.19 0.42 0.20
HSL 33.18º 0.45% 0.63% -
HSV(B) 33.18º 0.42% 0.8% -
XYZ 41.35 40.91 22.86 -
YUV 171 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 203 165 118 0 0.19 0.42 0.20 33.18 0.45 0.63
Hex CB A5 76 0 13 2A 14 21 2D 3F
Octal 313 245 166 0 23 52 24 41 55 77
Binary 11001011 10100101 1110110 0 10011 101010 10100 100001 101101 111111

Color Harmonies of #CBA576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA576

Black with #CBA576

Text Example


Text Example

White with #CBA576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA576; }

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

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

background-color css

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

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

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

border-color css

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

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

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