Html Css Color HEX #C8A673 Putty

📋 copy color: '#C8A673'

red 200 ◦ green 166 ◦ blue 115

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

Shades of Putty #C8A673

Tints of Putty #C8A673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.91%

R = 41.58%
G = 34.51%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C8A673 (or 0xC8A673) is known color: Putty. HEX triplet: C8, A6 and 73. RGB value is (200,166,115). Sum of RGB (Red+Green+Blue) = 200+166+115=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A673 is #37598C. Grayscale: #AAAAAA. Windows color (decimal): -3627405 or 7579336. OLE color: 7579336.

HSL color Cylindrical-coordinate representation of color #C8A673: hue angle of 36º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8A673 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 166 115 -
CMYK 0 0.17 0.42 0.22
HSL 36º 0.44% 0.62% -
HSV(B) 36º 0.43% 0.78% -
XYZ 40.55 40.79 21.96 -
YUV 170.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 200 166 115 0 0.17 0.42 0.22 36 0.44 0.62
Hex C8 A6 73 0 11 2A 16 24 2C 3E
Octal 310 246 163 0 21 52 26 44 54 76
Binary 11001000 10100110 1110011 0 10001 101010 10110 100100 101100 111110

Color Harmonies of #C8A673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A673

Black with #C8A673

Text Example


Text Example

White with #C8A673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A673; }

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

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

background-color css

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

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

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

border-color css

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

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

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