Html Css Color HEX #C3AB74 Putty

📋 copy color: '#C3AB74'

red 195 ◦ green 171 ◦ blue 116

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

Shades of Putty #C3AB74

Tints of Putty #C3AB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 40.46%
G = 35.48%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C3AB74 (or 0xC3AB74) is known color: Putty. HEX triplet: C3, AB and 74. RGB value is (195,171,116). Sum of RGB (Red+Green+Blue) = 195+171+116=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AB74 is #3C548B. Grayscale: #ACACAC. Windows color (decimal): -3953804 or 7646147. OLE color: 7646147.

HSL color Cylindrical-coordinate representation of color #C3AB74: hue angle of 41.77º 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 #C3AB74 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 171 116 -
CMYK 0 0.12 0.41 0.24
HSL 41.77º 0.4% 0.61% -
HSV(B) 41.77º 0.41% 0.76% -
XYZ 40.22 41.99 22.51 -
YUV 171.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 195 171 116 0 0.12 0.41 0.24 41.77 0.4 0.61
Hex C3 AB 74 0 C 29 18 2A 28 3D
Octal 303 253 164 0 14 51 30 52 50 75
Binary 11000011 10101011 1110100 0 1100 101001 11000 101010 101000 111101

Color Harmonies of #C3AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB74

Black with #C3AB74

Text Example


Text Example

White with #C3AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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