Html Css Color HEX #CBA879 Putty

📋 copy color: '#CBA879'

red 203 ◦ green 168 ◦ blue 121

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

Shades of Putty #CBA879

Tints of Putty #CBA879

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

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

R = 41.26%
G = 34.15%
B = 24.59%

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

#CBA879 (or 0xCBA879) is known color: Putty. HEX triplet: CB, A8 and 79. RGB value is (203,168,121). Sum of RGB (Red+Green+Blue) = 203+168+121=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA879 is #345786. Grayscale: #ADADAD. Windows color (decimal): -3430279 or 7973067. OLE color: 7973067.

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

Color convert

RGB 203 168 121 -
CMYK 0 0.17 0.40 0.20
HSL 34.39º 0.44% 0.64% -
HSV(B) 34.39º 0.4% 0.8% -
XYZ 42.08 42.08 23.99 -
YUV 173.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 203 168 121 0 0.17 0.40 0.20 34.39 0.44 0.64
Hex CB A8 79 0 11 28 14 22 2C 40
Octal 313 250 171 0 21 50 24 42 54 100
Binary 11001011 10101000 1111001 0 10001 101000 10100 100010 101100 1000000

Color Harmonies of #CBA879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA879

Black with #CBA879

Text Example


Text Example

White with #CBA879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA879; }

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

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

background-color css

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

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

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

border-color css

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

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

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