Html Css Color HEX #C3A56E Putty

📋 copy color: '#C3A56E'

red 195 ◦ green 165 ◦ blue 110

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

Shades of Putty #C3A56E

Tints of Putty #C3A56E

RGB

 RED value IS 195 (76.56% from 255) = 41.49%

 GREEN value IS 165 (64.84% from 255) = 35.11%

 BLUE value IS 110 (43.36% from 255) = 23.4%

R = 41.49%
G = 35.11%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3A56E (or 0xC3A56E) is known color: Putty. HEX triplet: C3, A5 and 6E. RGB value is (195,165,110). Sum of RGB (Red+Green+Blue) = 195+165+110=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A56E is #3C5A91. Grayscale: #A7A7A7. Windows color (decimal): -3955346 or 7251395. OLE color: 7251395.

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

Color convert

RGB 195 165 110 -
CMYK 0 0.15 0.44 0.24
HSL 38.82º 0.41% 0.6% -
HSV(B) 38.82º 0.44% 0.76% -
XYZ 38.78 39.64 20.36 -
YUV 167.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 195 165 110 0 0.15 0.44 0.24 38.82 0.41 0.6
Hex C3 A5 6E 0 F 2C 18 27 29 3C
Octal 303 245 156 0 17 54 30 47 51 74
Binary 11000011 10100101 1101110 0 1111 101100 11000 100111 101001 111100

Color Harmonies of #C3A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A56E

Black with #C3A56E

Text Example


Text Example

White with #C3A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A56E; }

 p { color: rgb(195,165,110); }

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

background-color css

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

 a { background-color: rgb(195,165,110); }

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

border-color css

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

 span { border-color: rgb(195,165,110); }

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