Html Css Color HEX #C2AC75 Putty

📋 copy color: '#C2AC75'

red 194 ◦ green 172 ◦ blue 117

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

Shades of Putty #C2AC75

Tints of Putty #C2AC75

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.61%

 BLUE value IS 117 (46.09% from 255) = 24.22%

R = 40.17%
G = 35.61%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C2AC75 (or 0xC2AC75) is known color: Putty. HEX triplet: C2, AC and 75. RGB value is (194,172,117). Sum of RGB (Red+Green+Blue) = 194+172+117=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC75 is #3D538A. Grayscale: #ACACAC. Windows color (decimal): -4019083 or 7711938. OLE color: 7711938.

HSL color Cylindrical-coordinate representation of color #C2AC75: hue angle of 42.86º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2AC75 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 117 -
CMYK 0 0.11 0.40 0.24
HSL 42.86º 0.39% 0.61% -
HSV(B) 42.86º 0.4% 0.76% -
XYZ 40.21 42.26 22.87 -
YUV 172.31 96.79 143.47 -
System Red Green Blue C M Y K H S L
Decimal 194 172 117 0 0.11 0.40 0.24 42.86 0.39 0.61
Hex C2 AC 75 0 B 28 18 2B 27 3D
Octal 302 254 165 0 13 50 30 53 47 75
Binary 11000010 10101100 1110101 0 1011 101000 11000 101011 100111 111101

Color Harmonies of #C2AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC75

Black with #C2AC75

Text Example


Text Example

White with #C2AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC75; }

 p { color: rgb(194,172,117); }

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

background-color css

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

 a { background-color: rgb(194,172,117); }

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

border-color css

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

 span { border-color: rgb(194,172,117); }

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