Html Css Color HEX #C8AE69 Putty

📋 copy color: '#C8AE69'

red 200 ◦ green 174 ◦ blue 105

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

Shades of Putty #C8AE69

Tints of Putty #C8AE69

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.33%

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

R = 41.75%
G = 36.33%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8AE69 (or 0xC8AE69) is known color: Putty. HEX triplet: C8, AE and 69. RGB value is (200,174,105). Sum of RGB (Red+Green+Blue) = 200+174+105=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE69 is #375196. Grayscale: #AEAEAE. Windows color (decimal): -3625367 or 6926024. OLE color: 6926024.

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

Color convert

RGB 200 174 105 -
CMYK 0 0.13 0.48 0.22
HSL 43.58º 0.46% 0.6% -
HSV(B) 43.58º 0.48% 0.78% -
XYZ 41.51 43.57 19.59 -
YUV 173.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 200 174 105 0 0.13 0.48 0.22 43.58 0.46 0.6
Hex C8 AE 69 0 D 30 16 2C 2E 3C
Octal 310 256 151 0 15 60 26 54 56 74
Binary 11001000 10101110 1101001 0 1101 110000 10110 101100 101110 111100

Color Harmonies of #C8AE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE69

Black with #C8AE69

Text Example


Text Example

White with #C8AE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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