Html Css Color HEX #CBAA75 Putty

📋 copy color: '#CBAA75'

red 203 ◦ green 170 ◦ blue 117

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

Shades of Putty #CBAA75

Tints of Putty #CBAA75

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.69%

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

R = 41.43%
G = 34.69%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBAA75 (or 0xCBAA75) is known color: Putty. HEX triplet: CB, AA and 75. RGB value is (203,170,117). Sum of RGB (Red+Green+Blue) = 203+170+117=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA75 is #34558A. Grayscale: #AEAEAE. Windows color (decimal): -3429771 or 7711435. OLE color: 7711435.

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

Color convert

RGB 203 170 117 -
CMYK 0 0.16 0.42 0.20
HSL 36.98º 0.45% 0.63% -
HSV(B) 36.98º 0.42% 0.8% -
XYZ 42.21 42.73 22.85 -
YUV 173.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 203 170 117 0 0.16 0.42 0.20 36.98 0.45 0.63
Hex CB AA 75 0 10 2A 14 25 2D 3F
Octal 313 252 165 0 20 52 24 45 55 77
Binary 11001011 10101010 1110101 0 10000 101010 10100 100101 101101 111111

Color Harmonies of #CBAA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA75

Black with #CBAA75

Text Example


Text Example

White with #CBAA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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