Html Css Color HEX #CBA475 Putty

📋 copy color: '#CBA475'

red 203 ◦ green 164 ◦ blue 117

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

Shades of Putty #CBA475

Tints of Putty #CBA475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.17%

R = 41.94%
G = 33.88%
B = 24.17%

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

#CBA475 (or 0xCBA475) is known color: Putty. HEX triplet: CB, A4 and 75. RGB value is (203,164,117). Sum of RGB (Red+Green+Blue) = 203+164+117=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA475 is #345B8A. Grayscale: #AAAAAA. Windows color (decimal): -3431307 or 7709899. OLE color: 7709899.

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

Color convert

RGB 203 164 117 -
CMYK 0 0.19 0.42 0.20
HSL 32.79º 0.45% 0.63% -
HSV(B) 32.79º 0.42% 0.8% -
XYZ 41.11 40.53 22.49 -
YUV 170.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 203 164 117 0 0.19 0.42 0.20 32.79 0.45 0.63
Hex CB A4 75 0 13 2A 14 21 2D 3F
Octal 313 244 165 0 23 52 24 41 55 77
Binary 11001011 10100100 1110101 0 10011 101010 10100 100001 101101 111111

Color Harmonies of #CBA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA475

Black with #CBA475

Text Example


Text Example

White with #CBA475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA475; }

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

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

background-color css

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

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

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

border-color css

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

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

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