Html Css Color HEX #C2B06F Putty

📋 copy color: '#C2B06F'

red 194 ◦ green 176 ◦ blue 111

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

Shades of Putty #C2B06F

Tints of Putty #C2B06F

RGB

 RED value IS 194 (76.17% from 255) = 40.33%

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

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

R = 40.33%
G = 36.59%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2B06F (or 0xC2B06F) is known color: Putty. HEX triplet: C2, B0 and 6F. RGB value is (194,176,111). Sum of RGB (Red+Green+Blue) = 194+176+111=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B06F is #3D4F90. Grayscale: #AEAEAE. Windows color (decimal): -4018065 or 7319746. OLE color: 7319746.

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

Color convert

RGB 194 176 111 -
CMYK 0 0.09 0.43 0.24
HSL 46.99º 0.4% 0.6% -
HSV(B) 46.99º 0.43% 0.76% -
XYZ 40.64 43.67 21.33 -
YUV 173.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 194 176 111 0 0.09 0.43 0.24 46.99 0.4 0.6
Hex C2 B0 6F 0 9 2B 18 2F 28 3C
Octal 302 260 157 0 11 53 30 57 50 74
Binary 11000010 10110000 1101111 0 1001 101011 11000 101111 101000 111100

Color Harmonies of #C2B06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B06F

Black with #C2B06F

Text Example


Text Example

White with #C2B06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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