Html Css Color HEX #CBA977 Putty

📋 copy color: '#CBA977'

red 203 ◦ green 169 ◦ blue 119

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

Shades of Putty #CBA977

Tints of Putty #CBA977

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.42%

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

R = 41.34%
G = 34.42%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBA977 (or 0xCBA977) is known color: Putty. HEX triplet: CB, A9 and 77. RGB value is (203,169,119). Sum of RGB (Red+Green+Blue) = 203+169+119=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA977 is #345688. Grayscale: #ADADAD. Windows color (decimal): -3430025 or 7842251. OLE color: 7842251.

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

Color convert

RGB 203 169 119 -
CMYK 0 0.17 0.41 0.20
HSL 35.71º 0.45% 0.63% -
HSV(B) 35.71º 0.41% 0.8% -
XYZ 42.15 42.4 23.42 -
YUV 173.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 203 169 119 0 0.17 0.41 0.20 35.71 0.45 0.63
Hex CB A9 77 0 11 29 14 24 2D 3F
Octal 313 251 167 0 21 51 24 44 55 77
Binary 11001011 10101001 1110111 0 10001 101001 10100 100100 101101 111111

Color Harmonies of #CBA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA977

Black with #CBA977

Text Example


Text Example

White with #CBA977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA977; }

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

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

background-color css

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

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

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

border-color css

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

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

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