Html Css Color HEX #CBA978 Putty

📋 copy color: '#CBA978'

red 203 ◦ green 169 ◦ blue 120

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

Shades of Putty #CBA978

Tints of Putty #CBA978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.39%

R = 41.26%
G = 34.35%
B = 24.39%

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

#CBA978 (or 0xCBA978) is known color: Putty. HEX triplet: CB, A9 and 78. RGB value is (203,169,120). Sum of RGB (Red+Green+Blue) = 203+169+120=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA978 is #345687. Grayscale: #ADADAD. Windows color (decimal): -3430024 or 7907787. OLE color: 7907787.

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

Color convert

RGB 203 169 120 -
CMYK 0 0.17 0.41 0.20
HSL 35.42º 0.44% 0.63% -
HSV(B) 35.42º 0.41% 0.8% -
XYZ 42.21 42.43 23.73 -
YUV 173.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 203 169 120 0 0.17 0.41 0.20 35.42 0.44 0.63
Hex CB A9 78 0 11 29 14 23 2C 3F
Octal 313 251 170 0 21 51 24 43 54 77
Binary 11001011 10101001 1111000 0 10001 101001 10100 100011 101100 111111

Color Harmonies of #CBA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA978

Black with #CBA978

Text Example


Text Example

White with #CBA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA978; }

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

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

background-color css

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

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

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

border-color css

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

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

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