Html Css Color HEX #CBAE77 Putty

📋 copy color: '#CBAE77'

red 203 ◦ green 174 ◦ blue 119

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

Shades of Putty #CBAE77

Tints of Putty #CBAE77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.99%

R = 40.93%
G = 35.08%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBAE77 (or 0xCBAE77) is known color: Putty. HEX triplet: CB, AE and 77. RGB value is (203,174,119). Sum of RGB (Red+Green+Blue) = 203+174+119=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE77 is #345188. Grayscale: #B0B0B0. Windows color (decimal): -3428745 or 7843531. OLE color: 7843531.

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

Color convert

RGB 203 174 119 -
CMYK 0 0.14 0.41 0.20
HSL 39.29º 0.45% 0.63% -
HSV(B) 39.29º 0.41% 0.8% -
XYZ 43.09 44.3 23.73 -
YUV 176.4 95.61 146.97 -
System Red Green Blue C M Y K H S L
Decimal 203 174 119 0 0.14 0.41 0.20 39.29 0.45 0.63
Hex CB AE 77 0 E 29 14 27 2D 3F
Octal 313 256 167 0 16 51 24 47 55 77
Binary 11001011 10101110 1110111 0 1110 101001 10100 100111 101101 111111

Color Harmonies of #CBAE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE77

Black with #CBAE77

Text Example


Text Example

White with #CBAE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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