Html Css Color HEX #C8A86B Putty

📋 copy color: '#C8A86B'

red 200 ◦ green 168 ◦ blue 107

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

Shades of Putty #C8A86B

Tints of Putty #C8A86B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.37%

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

R = 42.11%
G = 35.37%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8A86B (or 0xC8A86B) is known color: Putty. HEX triplet: C8, A8 and 6B. RGB value is (200,168,107). Sum of RGB (Red+Green+Blue) = 200+168+107=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A86B is #375794. Grayscale: #AAAAAA. Windows color (decimal): -3626901 or 7055560. OLE color: 7055560.

HSL color Cylindrical-coordinate representation of color #C8A86B: hue angle of 39.35º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8A86B is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 168 107 -
CMYK 0 0.16 0.46 0.22
HSL 39.35º 0.46% 0.6% -
HSV(B) 39.35º 0.47% 0.78% -
XYZ 40.48 41.35 19.76 -
YUV 170.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 200 168 107 0 0.16 0.46 0.22 39.35 0.46 0.6
Hex C8 A8 6B 0 10 2E 16 27 2E 3C
Octal 310 250 153 0 20 56 26 47 56 74
Binary 11001000 10101000 1101011 0 10000 101110 10110 100111 101110 111100

Color Harmonies of #C8A86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A86B

Black with #C8A86B

Text Example


Text Example

White with #C8A86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A86B; }

 p { color: rgb(200,168,107); }

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

background-color css

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

 a { background-color: rgb(200,168,107); }

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

border-color css

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

 span { border-color: rgb(200,168,107); }

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