Html Css Color HEX #CBA979 Putty

📋 copy color: '#CBA979'

red 203 ◦ green 169 ◦ blue 121

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

Shades of Putty #CBA979

Tints of Putty #CBA979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.54%

R = 41.18%
G = 34.28%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CBA979 (or 0xCBA979) is known color: Putty. HEX triplet: CB, A9 and 79. RGB value is (203,169,121). Sum of RGB (Red+Green+Blue) = 203+169+121=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA979 is #345686. Grayscale: #ADADAD. Windows color (decimal): -3430023 or 7973323. OLE color: 7973323.

HSL color Cylindrical-coordinate representation of color #CBA979: hue angle of 35.12º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBA979 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 121 -
CMYK 0 0.17 0.40 0.20
HSL 35.12º 0.44% 0.64% -
HSV(B) 35.12º 0.4% 0.8% -
XYZ 42.27 42.45 24.06 -
YUV 173.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 203 169 121 0 0.17 0.40 0.20 35.12 0.44 0.64
Hex CB A9 79 0 11 28 14 23 2C 40
Octal 313 251 171 0 21 50 24 43 54 100
Binary 11001011 10101001 1111001 0 10001 101000 10100 100011 101100 1000000

Color Harmonies of #CBA979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA979

Black with #CBA979

Text Example


Text Example

White with #CBA979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA979; }

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

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

background-color css

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

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

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

border-color css

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

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

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