Html Css Color HEX #C3A873 Putty

📋 copy color: '#C3A873'

red 195 ◦ green 168 ◦ blue 115

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

Shades of Putty #C3A873

Tints of Putty #C3A873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.06%

R = 40.79%
G = 35.15%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C3A873 (or 0xC3A873) is known color: Putty. HEX triplet: C3, A8 and 73. RGB value is (195,168,115). Sum of RGB (Red+Green+Blue) = 195+168+115=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A873 is #3C578C. Grayscale: #AAAAAA. Windows color (decimal): -3954573 or 7579843. OLE color: 7579843.

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

Color convert

RGB 195 168 115 -
CMYK 0 0.14 0.41 0.24
HSL 39.75º 0.4% 0.61% -
HSV(B) 39.75º 0.41% 0.76% -
XYZ 39.6 40.85 22.02 -
YUV 170.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 195 168 115 0 0.14 0.41 0.24 39.75 0.4 0.61
Hex C3 A8 73 0 E 29 18 28 28 3D
Octal 303 250 163 0 16 51 30 50 50 75
Binary 11000011 10101000 1110011 0 1110 101001 11000 101000 101000 111101

Color Harmonies of #C3A873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A873

Black with #C3A873

Text Example


Text Example

White with #C3A873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A873; }

 p { color: rgb(195,168,115); }

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

background-color css

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

 a { background-color: rgb(195,168,115); }

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

border-color css

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

 span { border-color: rgb(195,168,115); }

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