Html Css Color HEX #C3A96B Putty

📋 copy color: '#C3A96B'

red 195 ◦ green 169 ◦ blue 107

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

Shades of Putty #C3A96B

Tints of Putty #C3A96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 41.4%
G = 35.88%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3A96B (or 0xC3A96B) is known color: Putty. HEX triplet: C3, A9 and 6B. RGB value is (195,169,107). Sum of RGB (Red+Green+Blue) = 195+169+107=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A96B is #3C5694. Grayscale: #A9A9A9. Windows color (decimal): -3954325 or 7055811. OLE color: 7055811.

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

Color convert

RGB 195 169 107 -
CMYK 0 0.13 0.45 0.24
HSL 42.27º 0.42% 0.59% -
HSV(B) 42.27º 0.45% 0.76% -
XYZ 39.35 41.04 19.76 -
YUV 169.71 92.61 146.04 -
System Red Green Blue C M Y K H S L
Decimal 195 169 107 0 0.13 0.45 0.24 42.27 0.42 0.59
Hex C3 A9 6B 0 D 2D 18 2A 2A 3B
Octal 303 251 153 0 15 55 30 52 52 73
Binary 11000011 10101001 1101011 0 1101 101101 11000 101010 101010 111011

Color Harmonies of #C3A96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A96B

Black with #C3A96B

Text Example


Text Example

White with #C3A96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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