Html Css Color HEX #C8AD69 Putty

📋 copy color: '#C8AD69'

red 200 ◦ green 173 ◦ blue 105

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

Shades of Putty #C8AD69

Tints of Putty #C8AD69

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.19%

 BLUE value IS 105 (41.41% from 255) = 21.97%

R = 41.84%
G = 36.19%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8AD69 (or 0xC8AD69) is known color: Putty. HEX triplet: C8, AD and 69. RGB value is (200,173,105). Sum of RGB (Red+Green+Blue) = 200+173+105=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD69 is #375296. Grayscale: #ADADAD. Windows color (decimal): -3625623 or 6925768. OLE color: 6925768.

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

Color convert

RGB 200 173 105 -
CMYK 0 0.14 0.48 0.22
HSL 42.95º 0.46% 0.6% -
HSV(B) 42.95º 0.48% 0.78% -
XYZ 41.31 43.19 19.52 -
YUV 173.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 200 173 105 0 0.14 0.48 0.22 42.95 0.46 0.6
Hex C8 AD 69 0 E 30 16 2B 2E 3C
Octal 310 255 151 0 16 60 26 53 56 74
Binary 11001000 10101101 1101001 0 1110 110000 10110 101011 101110 111100

Color Harmonies of #C8AD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD69

Black with #C8AD69

Text Example


Text Example

White with #C8AD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD69; }

 p { color: rgb(200,173,105); }

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

background-color css

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

 a { background-color: rgb(200,173,105); }

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

border-color css

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

 span { border-color: rgb(200,173,105); }

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