Html Css Color HEX #C3AD75 Putty

📋 copy color: '#C3AD75'

red 195 ◦ green 173 ◦ blue 117

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

Shades of Putty #C3AD75

Tints of Putty #C3AD75

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.67%

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

R = 40.21%
G = 35.67%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C3AD75 (or 0xC3AD75) is known color: Putty. HEX triplet: C3, AD and 75. RGB value is (195,173,117). Sum of RGB (Red+Green+Blue) = 195+173+117=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD75 is #3C528A. Grayscale: #ADADAD. Windows color (decimal): -3953291 or 7712195. OLE color: 7712195.

HSL color Cylindrical-coordinate representation of color #C3AD75: hue angle of 43.08º 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 #C3AD75 is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 173 117 -
CMYK 0 0.11 0.4 0.24
HSL 43.08º 0.39% 0.61% -
HSV(B) 43.08º 0.4% 0.76% -
XYZ 40.66 42.77 22.94 -
YUV 173.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 195 173 117 0 0.11 0.4 0.24 43.08 0.39 0.61
Hex C3 AD 75 0 B 28 18 2B 27 3D
Octal 303 255 165 0 13 50 30 53 47 75
Binary 11000011 10101101 1110101 0 1011 101000 11000 101011 100111 111101

Color Harmonies of #C3AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD75

Black with #C3AD75

Text Example


Text Example

White with #C3AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD75; }

 p { color: rgb(195,173,117); }

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

background-color css

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

 a { background-color: rgb(195,173,117); }

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

border-color css

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

 span { border-color: rgb(195,173,117); }

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