Html Css Color HEX #CBAA78 Putty

📋 copy color: '#CBAA78'

red 203 ◦ green 170 ◦ blue 120

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

Shades of Putty #CBAA78

Tints of Putty #CBAA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.34%

R = 41.18%
G = 34.48%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBAA78 (or 0xCBAA78) is known color: Putty. HEX triplet: CB, AA and 78. RGB value is (203,170,120). Sum of RGB (Red+Green+Blue) = 203+170+120=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA78 is #345587. Grayscale: #AEAEAE. Windows color (decimal): -3429768 or 7908043. OLE color: 7908043.

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

Color convert

RGB 203 170 120 -
CMYK 0 0.16 0.41 0.20
HSL 36.14º 0.44% 0.63% -
HSV(B) 36.14º 0.41% 0.8% -
XYZ 42.39 42.8 23.8 -
YUV 174.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 203 170 120 0 0.16 0.41 0.20 36.14 0.44 0.63
Hex CB AA 78 0 10 29 14 24 2C 3F
Octal 313 252 170 0 20 51 24 44 54 77
Binary 11001011 10101010 1111000 0 10000 101001 10100 100100 101100 111111

Color Harmonies of #CBAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA78

Black with #CBAA78

Text Example


Text Example

White with #CBAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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