Html Css Color HEX #C3A56B Putty

📋 copy color: '#C3A56B'

red 195 ◦ green 165 ◦ blue 107

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

Shades of Putty #C3A56B

Tints of Putty #C3A56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.91%

R = 41.76%
G = 35.33%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3A56B (or 0xC3A56B) is known color: Putty. HEX triplet: C3, A5 and 6B. RGB value is (195,165,107). Sum of RGB (Red+Green+Blue) = 195+165+107=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A56B is #3C5A94. Grayscale: #A7A7A7. Windows color (decimal): -3955349 or 7054787. OLE color: 7054787.

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

Color convert

RGB 195 165 107 -
CMYK 0 0.15 0.45 0.24
HSL 39.55º 0.42% 0.59% -
HSV(B) 39.55º 0.45% 0.76% -
XYZ 38.61 39.57 19.51 -
YUV 167.36 93.94 147.72 -
System Red Green Blue C M Y K H S L
Decimal 195 165 107 0 0.15 0.45 0.24 39.55 0.42 0.59
Hex C3 A5 6B 0 F 2D 18 28 2A 3B
Octal 303 245 153 0 17 55 30 50 52 73
Binary 11000011 10100101 1101011 0 1111 101101 11000 101000 101010 111011

Color Harmonies of #C3A56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A56B

Black with #C3A56B

Text Example


Text Example

White with #C3A56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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