Html Css Color HEX #CBAA74 Putty

📋 copy color: '#CBAA74'

red 203 ◦ green 170 ◦ blue 116

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

Shades of Putty #CBAA74

Tints of Putty #CBAA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.72%

R = 41.51%
G = 34.76%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBAA74 (or 0xCBAA74) is known color: Putty. HEX triplet: CB, AA and 74. RGB value is (203,170,116). Sum of RGB (Red+Green+Blue) = 203+170+116=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA74 is #34558B. Grayscale: #ADADAD. Windows color (decimal): -3429772 or 7645899. OLE color: 7645899.

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

Color convert

RGB 203 170 116 -
CMYK 0 0.16 0.43 0.20
HSL 37.24º 0.46% 0.63% -
HSV(B) 37.24º 0.43% 0.8% -
XYZ 42.16 42.71 22.54 -
YUV 173.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 203 170 116 0 0.16 0.43 0.20 37.24 0.46 0.63
Hex CB AA 74 0 10 2B 14 25 2E 3F
Octal 313 252 164 0 20 53 24 45 56 77
Binary 11001011 10101010 1110100 0 10000 101011 10100 100101 101110 111111

Color Harmonies of #CBAA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA74

Black with #CBAA74

Text Example


Text Example

White with #CBAA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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