Html Css Color HEX #C3B06D Putty

📋 copy color: '#C3B06D'

red 195 ◦ green 176 ◦ blue 109

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

Shades of Putty #C3B06D

Tints of Putty #C3B06D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.67%

 BLUE value IS 109 (42.97% from 255) = 22.71%

R = 40.63%
G = 36.67%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3B06D (or 0xC3B06D) is known color: Putty. HEX triplet: C3, B0 and 6D. RGB value is (195,176,109). Sum of RGB (Red+Green+Blue) = 195+176+109=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B06D is #3C4F92. Grayscale: #AEAEAE. Windows color (decimal): -3952531 or 7188675. OLE color: 7188675.

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

Color convert

RGB 195 176 109 -
CMYK 0 0.10 0.44 0.24
HSL 46.74º 0.42% 0.6% -
HSV(B) 46.74º 0.44% 0.76% -
XYZ 40.79 43.76 20.76 -
YUV 174.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 195 176 109 0 0.10 0.44 0.24 46.74 0.42 0.6
Hex C3 B0 6D 0 A 2C 18 2F 2A 3C
Octal 303 260 155 0 12 54 30 57 52 74
Binary 11000011 10110000 1101101 0 1010 101100 11000 101111 101010 111100

Color Harmonies of #C3B06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B06D

Black with #C3B06D

Text Example


Text Example

White with #C3B06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B06D; }

 p { color: rgb(195,176,109); }

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

background-color css

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

 a { background-color: rgb(195,176,109); }

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

border-color css

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

 span { border-color: rgb(195,176,109); }

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