Html Css Color HEX #C3A66B Putty

📋 copy color: '#C3A66B'

red 195 ◦ green 166 ◦ blue 107

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

Shades of Putty #C3A66B

Tints of Putty #C3A66B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.47%

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

R = 41.67%
G = 35.47%
B = 22.86%

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

#C3A66B (or 0xC3A66B) is known color: Putty. HEX triplet: C3, A6 and 6B. RGB value is (195,166,107). Sum of RGB (Red+Green+Blue) = 195+166+107=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A66B is #3C5994. Grayscale: #A8A8A8. Windows color (decimal): -3955093 or 7055043. OLE color: 7055043.

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

Color convert

RGB 195 166 107 -
CMYK 0 0.15 0.45 0.24
HSL 40.23º 0.42% 0.59% -
HSV(B) 40.23º 0.45% 0.76% -
XYZ 38.8 39.94 19.57 -
YUV 167.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 195 166 107 0 0.15 0.45 0.24 40.23 0.42 0.59
Hex C3 A6 6B 0 F 2D 18 28 2A 3B
Octal 303 246 153 0 17 55 30 50 52 73
Binary 11000011 10100110 1101011 0 1111 101101 11000 101000 101010 111011

Color Harmonies of #C3A66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A66B

Black with #C3A66B

Text Example


Text Example

White with #C3A66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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