Html Css Color HEX #CBA877 Putty

📋 copy color: '#CBA877'

red 203 ◦ green 168 ◦ blue 119

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

Shades of Putty #CBA877

Tints of Putty #CBA877

RGB

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

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

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

R = 41.43%
G = 34.29%
B = 24.29%

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

#CBA877 (or 0xCBA877) is known color: Putty. HEX triplet: CB, A8 and 77. RGB value is (203,168,119). Sum of RGB (Red+Green+Blue) = 203+168+119=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA877 is #345788. Grayscale: #ADADAD. Windows color (decimal): -3430281 or 7841995. OLE color: 7841995.

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

Color convert

RGB 203 168 119 -
CMYK 0 0.17 0.41 0.20
HSL 35º 0.45% 0.63% -
HSV(B) 35º 0.41% 0.8% -
XYZ 41.96 42.03 23.35 -
YUV 172.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 203 168 119 0 0.17 0.41 0.20 35 0.45 0.63
Hex CB A8 77 0 11 29 14 23 2D 3F
Octal 313 250 167 0 21 51 24 43 55 77
Binary 11001011 10101000 1110111 0 10001 101001 10100 100011 101101 111111

Color Harmonies of #CBA877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA877

Black with #CBA877

Text Example


Text Example

White with #CBA877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA877; }

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

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

background-color css

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

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

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

border-color css

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

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

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