Html Css Color HEX #CBAB74 Putty

📋 copy color: '#CBAB74'

red 203 ◦ green 171 ◦ blue 116

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

Shades of Putty #CBAB74

Tints of Putty #CBAB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.9%

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

R = 41.43%
G = 34.9%
B = 23.67%

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

#CBAB74 (or 0xCBAB74) is known color: Putty. HEX triplet: CB, AB and 74. RGB value is (203,171,116). Sum of RGB (Red+Green+Blue) = 203+171+116=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB74 is #34548B. Grayscale: #AEAEAE. Windows color (decimal): -3429516 or 7646155. OLE color: 7646155.

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

Color convert

RGB 203 171 116 -
CMYK 0 0.16 0.43 0.20
HSL 37.93º 0.46% 0.63% -
HSV(B) 37.93º 0.43% 0.8% -
XYZ 42.34 43.08 22.61 -
YUV 174.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 203 171 116 0 0.16 0.43 0.20 37.93 0.46 0.63
Hex CB AB 74 0 10 2B 14 26 2E 3F
Octal 313 253 164 0 20 53 24 46 56 77
Binary 11001011 10101011 1110100 0 10000 101011 10100 100110 101110 111111

Color Harmonies of #CBAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB74

Black with #CBAB74

Text Example


Text Example

White with #CBAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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