Html Css Color HEX #C3B06F Putty

📋 copy color: '#C3B06F'

red 195 ◦ green 176 ◦ blue 111

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

Shades of Putty #C3B06F

Tints of Putty #C3B06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 40.46%
G = 36.51%
B = 23.03%

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

#C3B06F (or 0xC3B06F) is known color: Putty. HEX triplet: C3, B0 and 6F. RGB value is (195,176,111). Sum of RGB (Red+Green+Blue) = 195+176+111=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B06F is #3C4F90. Grayscale: #AEAEAE. Windows color (decimal): -3952529 or 7319747. OLE color: 7319747.

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

Color convert

RGB 195 176 111 -
CMYK 0 0.10 0.43 0.24
HSL 46.43º 0.41% 0.6% -
HSV(B) 46.43º 0.43% 0.76% -
XYZ 40.9 43.8 21.34 -
YUV 174.27 92.29 142.79 -
System Red Green Blue C M Y K H S L
Decimal 195 176 111 0 0.10 0.43 0.24 46.43 0.41 0.6
Hex C3 B0 6F 0 A 2B 18 2E 29 3C
Octal 303 260 157 0 12 53 30 56 51 74
Binary 11000011 10110000 1101111 0 1010 101011 11000 101110 101001 111100

Color Harmonies of #C3B06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B06F

Black with #C3B06F

Text Example


Text Example

White with #C3B06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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