Html Css Color HEX #C3A56F Putty

📋 copy color: '#C3A56F'

red 195 ◦ green 165 ◦ blue 111

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

Shades of Putty #C3A56F

Tints of Putty #C3A56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.57%

R = 41.4%
G = 35.03%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3A56F (or 0xC3A56F) is known color: Putty. HEX triplet: C3, A5 and 6F. RGB value is (195,165,111). Sum of RGB (Red+Green+Blue) = 195+165+111=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A56F is #3C5A90. Grayscale: #A8A8A8. Windows color (decimal): -3955345 or 7316931. OLE color: 7316931.

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

Color convert

RGB 195 165 111 -
CMYK 0 0.15 0.43 0.24
HSL 38.57º 0.41% 0.6% -
HSV(B) 38.57º 0.43% 0.76% -
XYZ 38.83 39.66 20.65 -
YUV 167.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 195 165 111 0 0.15 0.43 0.24 38.57 0.41 0.6
Hex C3 A5 6F 0 F 2B 18 27 29 3C
Octal 303 245 157 0 17 53 30 47 51 74
Binary 11000011 10100101 1101111 0 1111 101011 11000 100111 101001 111100

Color Harmonies of #C3A56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A56F

Black with #C3A56F

Text Example


Text Example

White with #C3A56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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