Html Css Color HEX #C8AB6F Putty

📋 copy color: '#C8AB6F'

red 200 ◦ green 171 ◦ blue 111

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

Shades of Putty #C8AB6F

Tints of Putty #C8AB6F

RGB

 RED value IS 200 (78.52% from 255) = 41.49%

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

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

R = 41.49%
G = 35.48%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8AB6F (or 0xC8AB6F) is known color: Putty. HEX triplet: C8, AB and 6F. RGB value is (200,171,111). Sum of RGB (Red+Green+Blue) = 200+171+111=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB6F is #375490. Grayscale: #ADADAD. Windows color (decimal): -3626129 or 7318472. OLE color: 7318472.

HSL color Cylindrical-coordinate representation of color #C8AB6F: hue angle of 40.45º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8AB6F is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 171 111 -
CMYK 0 0.14 0.44 0.22
HSL 40.45º 0.45% 0.61% -
HSV(B) 40.45º 0.45% 0.78% -
XYZ 41.25 42.55 21.08 -
YUV 172.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 200 171 111 0 0.14 0.44 0.22 40.45 0.45 0.61
Hex C8 AB 6F 0 E 2C 16 28 2D 3D
Octal 310 253 157 0 16 54 26 50 55 75
Binary 11001000 10101011 1101111 0 1110 101100 10110 101000 101101 111101

Color Harmonies of #C8AB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB6F

Black with #C8AB6F

Text Example


Text Example

White with #C8AB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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