Html Css Color HEX #CBAA71 Putty

📋 copy color: '#CBAA71'

red 203 ◦ green 170 ◦ blue 113

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

Shades of Putty #CBAA71

Tints of Putty #CBAA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.25%

R = 41.77%
G = 34.98%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBAA71 (or 0xCBAA71) is known color: Putty. HEX triplet: CB, AA and 71. RGB value is (203,170,113). Sum of RGB (Red+Green+Blue) = 203+170+113=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA71 is #34558E. Grayscale: #ADADAD. Windows color (decimal): -3429775 or 7449291. OLE color: 7449291.

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

Color convert

RGB 203 170 113 -
CMYK 0 0.16 0.44 0.20
HSL 38º 0.46% 0.62% -
HSV(B) 38º 0.44% 0.8% -
XYZ 41.98 42.64 21.64 -
YUV 173.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 203 170 113 0 0.16 0.44 0.20 38 0.46 0.62
Hex CB AA 71 0 10 2C 14 26 2E 3E
Octal 313 252 161 0 20 54 24 46 56 76
Binary 11001011 10101010 1110001 0 10000 101100 10100 100110 101110 111110

Color Harmonies of #CBAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA71

Black with #CBAA71

Text Example


Text Example

White with #CBAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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