Html Css Color HEX #C3AB6F Putty

📋 copy color: '#C3AB6F'

red 195 ◦ green 171 ◦ blue 111

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

Shades of Putty #C3AB6F

Tints of Putty #C3AB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.27%

R = 40.88%
G = 35.85%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3AB6F (or 0xC3AB6F) is known color: Putty. HEX triplet: C3, AB and 6F. RGB value is (195,171,111). Sum of RGB (Red+Green+Blue) = 195+171+111=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AB6F is #3C5490. Grayscale: #ABABAB. Windows color (decimal): -3953809 or 7318467. OLE color: 7318467.

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

Color convert

RGB 195 171 111 -
CMYK 0 0.12 0.43 0.24
HSL 42.86º 0.41% 0.6% -
HSV(B) 42.86º 0.43% 0.76% -
XYZ 39.94 41.88 21.02 -
YUV 171.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 195 171 111 0 0.12 0.43 0.24 42.86 0.41 0.6
Hex C3 AB 6F 0 C 2B 18 2B 29 3C
Octal 303 253 157 0 14 53 30 53 51 74
Binary 11000011 10101011 1101111 0 1100 101011 11000 101011 101001 111100

Color Harmonies of #C3AB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB6F

Black with #C3AB6F

Text Example


Text Example

White with #C3AB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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