Html Css Color HEX #C8AF69 Putty

📋 copy color: '#C8AF69'

red 200 ◦ green 175 ◦ blue 105

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

Shades of Putty #C8AF69

Tints of Putty #C8AF69

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.46%

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

R = 41.67%
G = 36.46%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8AF69 (or 0xC8AF69) is known color: Putty. HEX triplet: C8, AF and 69. RGB value is (200,175,105). Sum of RGB (Red+Green+Blue) = 200+175+105=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF69 is #375096. Grayscale: #AEAEAE. Windows color (decimal): -3625111 or 6926280. OLE color: 6926280.

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

Color convert

RGB 200 175 105 -
CMYK 0 0.12 0.48 0.22
HSL 44.21º 0.46% 0.6% -
HSV(B) 44.21º 0.48% 0.78% -
XYZ 41.7 43.96 19.65 -
YUV 174.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 200 175 105 0 0.12 0.48 0.22 44.21 0.46 0.6
Hex C8 AF 69 0 C 30 16 2C 2E 3C
Octal 310 257 151 0 14 60 26 54 56 74
Binary 11001000 10101111 1101001 0 1100 110000 10110 101100 101110 111100

Color Harmonies of #C8AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF69

Black with #C8AF69

Text Example


Text Example

White with #C8AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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