Html Css Color HEX #C3A970 Putty

📋 copy color: '#C3A970'

red 195 ◦ green 169 ◦ blue 112

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

Shades of Putty #C3A970

Tints of Putty #C3A970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 40.97%
G = 35.5%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3A970 (or 0xC3A970) is known color: Putty. HEX triplet: C3, A9 and 70. RGB value is (195,169,112). Sum of RGB (Red+Green+Blue) = 195+169+112=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A970 is #3C568F. Grayscale: #AAAAAA. Windows color (decimal): -3954320 or 7383491. OLE color: 7383491.

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

Color convert

RGB 195 169 112 -
CMYK 0 0.13 0.43 0.24
HSL 41.2º 0.41% 0.6% -
HSV(B) 41.2º 0.43% 0.76% -
XYZ 39.62 41.15 21.18 -
YUV 170.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 195 169 112 0 0.13 0.43 0.24 41.2 0.41 0.6
Hex C3 A9 70 0 D 2B 18 29 29 3C
Octal 303 251 160 0 15 53 30 51 51 74
Binary 11000011 10101001 1110000 0 1101 101011 11000 101001 101001 111100

Color Harmonies of #C3A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A970

Black with #C3A970

Text Example


Text Example

White with #C3A970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A970; }

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

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

background-color css

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

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

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

border-color css

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

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

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