Html Css Color HEX #CBAD77 Putty

📋 copy color: '#CBAD77'

red 203 ◦ green 173 ◦ blue 119

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

Shades of Putty #CBAD77

Tints of Putty #CBAD77

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.95%

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

R = 41.01%
G = 34.95%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBAD77 (or 0xCBAD77) is known color: Putty. HEX triplet: CB, AD and 77. RGB value is (203,173,119). Sum of RGB (Red+Green+Blue) = 203+173+119=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD77 is #345288. Grayscale: #B0B0B0. Windows color (decimal): -3429001 or 7843275. OLE color: 7843275.

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

Color convert

RGB 203 173 119 -
CMYK 0 0.15 0.41 0.20
HSL 38.57º 0.45% 0.63% -
HSV(B) 38.57º 0.41% 0.8% -
XYZ 42.9 43.92 23.67 -
YUV 175.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 203 173 119 0 0.15 0.41 0.20 38.57 0.45 0.63
Hex CB AD 77 0 F 29 14 27 2D 3F
Octal 313 255 167 0 17 51 24 47 55 77
Binary 11001011 10101101 1110111 0 1111 101001 10100 100111 101101 111111

Color Harmonies of #CBAD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAD77

Black with #CBAD77

Text Example


Text Example

White with #CBAD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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