Html Css Color HEX #C2AF6C Putty

📋 copy color: '#C2AF6C'

red 194 ◦ green 175 ◦ blue 108

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

Shades of Putty #C2AF6C

Tints of Putty #C2AF6C

RGB

 RED value IS 194 (76.17% from 255) = 40.67%

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

 BLUE value IS 108 (42.58% from 255) = 22.64%

R = 40.67%
G = 36.69%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2AF6C (or 0xC2AF6C) is known color: Putty. HEX triplet: C2, AF and 6C. RGB value is (194,175,108). Sum of RGB (Red+Green+Blue) = 194+175+108=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF6C is #3D5093. Grayscale: #ADADAD. Windows color (decimal): -4018324 or 7122882. OLE color: 7122882.

HSL color Cylindrical-coordinate representation of color #C2AF6C: hue angle of 46.74º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2AF6C is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 108 -
CMYK 0 0.10 0.44 0.24
HSL 46.74º 0.41% 0.59% -
HSV(B) 46.74º 0.44% 0.76% -
XYZ 40.28 43.21 20.4 -
YUV 173.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 194 175 108 0 0.10 0.44 0.24 46.74 0.41 0.59
Hex C2 AF 6C 0 A 2C 18 2F 29 3B
Octal 302 257 154 0 12 54 30 57 51 73
Binary 11000010 10101111 1101100 0 1010 101100 11000 101111 101001 111011

Color Harmonies of #C2AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF6C

Black with #C2AF6C

Text Example


Text Example

White with #C2AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF6C; }

 p { color: rgb(194,175,108); }

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

background-color css

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

 a { background-color: rgb(194,175,108); }

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

border-color css

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

 span { border-color: rgb(194,175,108); }

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