Html Css Color HEX #C3AB72 Putty

📋 copy color: '#C3AB72'

red 195 ◦ green 171 ◦ blue 114

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

Shades of Putty #C3AB72

Tints of Putty #C3AB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.63%

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 40.63%
G = 35.63%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C3AB72 (or 0xC3AB72) is known color: Putty. HEX triplet: C3, AB and 72. RGB value is (195,171,114). Sum of RGB (Red+Green+Blue) = 195+171+114=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AB72 is #3C548D. Grayscale: #ABABAB. Windows color (decimal): -3953806 or 7515075. OLE color: 7515075.

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

Color convert

RGB 195 171 114 -
CMYK 0 0.12 0.42 0.24
HSL 42.22º 0.4% 0.61% -
HSV(B) 42.22º 0.42% 0.76% -
XYZ 40.11 41.94 21.9 -
YUV 171.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 195 171 114 0 0.12 0.42 0.24 42.22 0.4 0.61
Hex C3 AB 72 0 C 2A 18 2A 28 3D
Octal 303 253 162 0 14 52 30 52 50 75
Binary 11000011 10101011 1110010 0 1100 101010 11000 101010 101000 111101

Color Harmonies of #C3AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB72

Black with #C3AB72

Text Example


Text Example

White with #C3AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB72; }

 p { color: rgb(195,171,114); }

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

background-color css

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

 a { background-color: rgb(195,171,114); }

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

border-color css

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

 span { border-color: rgb(195,171,114); }

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