Html Css Color HEX #CBAE71 Putty

📋 copy color: '#CBAE71'

red 203 ◦ green 174 ◦ blue 113

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

Shades of Putty #CBAE71

Tints of Putty #CBAE71

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.51%

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

R = 41.43%
G = 35.51%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBAE71 (or 0xCBAE71) is known color: Putty. HEX triplet: CB, AE and 71. RGB value is (203,174,113). Sum of RGB (Red+Green+Blue) = 203+174+113=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE71 is #34518E. Grayscale: #AFAFAF. Windows color (decimal): -3428751 or 7450315. OLE color: 7450315.

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

Color convert

RGB 203 174 113 -
CMYK 0 0.14 0.44 0.20
HSL 40.67º 0.46% 0.62% -
HSV(B) 40.67º 0.44% 0.8% -
XYZ 42.75 44.16 21.89 -
YUV 175.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 203 174 113 0 0.14 0.44 0.20 40.67 0.46 0.62
Hex CB AE 71 0 E 2C 14 29 2E 3E
Octal 313 256 161 0 16 54 24 51 56 76
Binary 11001011 10101110 1110001 0 1110 101100 10100 101001 101110 111110

Color Harmonies of #CBAE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE71

Black with #CBAE71

Text Example


Text Example

White with #CBAE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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