Html Css Color HEX #C3AF70 Putty

📋 copy color: '#C3AF70'

red 195 ◦ green 175 ◦ blue 112

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

Shades of Putty #C3AF70

Tints of Putty #C3AF70

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.31%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 40.46%
G = 36.31%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3AF70 (or 0xC3AF70) is known color: Putty. HEX triplet: C3, AF and 70. RGB value is (195,175,112). Sum of RGB (Red+Green+Blue) = 195+175+112=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF70 is #3C508F. Grayscale: #AEAEAE. Windows color (decimal): -3952784 or 7385027. OLE color: 7385027.

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

Color convert

RGB 195 175 112 -
CMYK 0 0.10 0.43 0.24
HSL 45.54º 0.41% 0.6% -
HSV(B) 45.54º 0.43% 0.76% -
XYZ 40.76 43.43 21.56 -
YUV 173.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 195 175 112 0 0.10 0.43 0.24 45.54 0.41 0.6
Hex C3 AF 70 0 A 2B 18 2E 29 3C
Octal 303 257 160 0 12 53 30 56 51 74
Binary 11000011 10101111 1110000 0 1010 101011 11000 101110 101001 111100

Color Harmonies of #C3AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF70

Black with #C3AF70

Text Example


Text Example

White with #C3AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF70; }

 p { color: rgb(195,175,112); }

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

background-color css

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

 a { background-color: rgb(195,175,112); }

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

border-color css

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

 span { border-color: rgb(195,175,112); }

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