Html Css Color HEX #C8A66B Putty

📋 copy color: '#C8A66B'

red 200 ◦ green 166 ◦ blue 107

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

Shades of Putty #C8A66B

Tints of Putty #C8A66B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.1%

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

R = 42.28%
G = 35.1%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8A66B (or 0xC8A66B) is known color: Putty. HEX triplet: C8, A6 and 6B. RGB value is (200,166,107). Sum of RGB (Red+Green+Blue) = 200+166+107=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A66B is #375994. Grayscale: #A9A9A9. Windows color (decimal): -3627413 or 7055048. OLE color: 7055048.

HSL color Cylindrical-coordinate representation of color #C8A66B: hue angle of 38.06º 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 #C8A66B is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 166 107 -
CMYK 0 0.17 0.46 0.22
HSL 38.06º 0.46% 0.6% -
HSV(B) 38.06º 0.47% 0.78% -
XYZ 40.11 40.61 19.64 -
YUV 169.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 200 166 107 0 0.17 0.46 0.22 38.06 0.46 0.6
Hex C8 A6 6B 0 11 2E 16 26 2E 3C
Octal 310 246 153 0 21 56 26 46 56 74
Binary 11001000 10100110 1101011 0 10001 101110 10110 100110 101110 111100

Color Harmonies of #C8A66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A66B

Black with #C8A66B

Text Example


Text Example

White with #C8A66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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