Html Css Color HEX #C3A977 Putty

📋 copy color: '#C3A977'

red 195 ◦ green 169 ◦ blue 119

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

Shades of Putty #C3A977

Tints of Putty #C3A977

RGB

 RED value IS 195 (76.56% from 255) = 40.37%

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

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

R = 40.37%
G = 34.99%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C3A977 (or 0xC3A977) is known color: Putty. HEX triplet: C3, A9 and 77. RGB value is (195,169,119). Sum of RGB (Red+Green+Blue) = 195+169+119=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A977 is #3C5688. Grayscale: #ABABAB. Windows color (decimal): -3954313 or 7842243. OLE color: 7842243.

HSL color Cylindrical-coordinate representation of color #C3A977: hue angle of 39.47º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3A977 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 169 119 -
CMYK 0 0.13 0.39 0.24
HSL 39.47º 0.39% 0.62% -
HSV(B) 39.47º 0.39% 0.76% -
XYZ 40.02 41.31 23.32 -
YUV 171.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 195 169 119 0 0.13 0.39 0.24 39.47 0.39 0.62
Hex C3 A9 77 0 D 27 18 27 27 3E
Octal 303 251 167 0 15 47 30 47 47 76
Binary 11000011 10101001 1110111 0 1101 100111 11000 100111 100111 111110

Color Harmonies of #C3A977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A977

Black with #C3A977

Text Example


Text Example

White with #C3A977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A977; }

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

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

background-color css

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

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

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

border-color css

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

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

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