Html Css Color HEX #C2B265 Gimblet

📋 copy color: '#C2B265'

red 194 ◦ green 178 ◦ blue 101

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

Shades of Gimblet #C2B265

Tints of Gimblet #C2B265

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.63%

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 41.01%
G = 37.63%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C2B265 (or 0xC2B265) is known color: Gimblet. HEX triplet: C2, B2 and 65. RGB value is (194,178,101). Sum of RGB (Red+Green+Blue) = 194+178+101=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B265 is #3D4D9A. Grayscale: #AEAEAE. Windows color (decimal): -4017563 or 6664898. OLE color: 6664898.

HSL color Cylindrical-coordinate representation of color #C2B265: hue angle of 49.68º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2B265 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 101 -
CMYK 0 0.08 0.48 0.24
HSL 49.68º 0.43% 0.58% -
HSV(B) 49.68º 0.48% 0.76% -
XYZ 40.52 44.25 18.72 -
YUV 174.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 194 178 101 0 0.08 0.48 0.24 49.68 0.43 0.58
Hex C2 B2 65 0 8 30 18 32 2B 3A
Octal 302 262 145 0 10 60 30 62 53 72
Binary 11000010 10110010 1100101 0 1000 110000 11000 110010 101011 111010

Color Harmonies of #C2B265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B265

Black with #C2B265

Text Example


Text Example

White with #C2B265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B265; }

 p { color: rgb(194,178,101); }

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

background-color css

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

 a { background-color: rgb(194,178,101); }

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

border-color css

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

 span { border-color: rgb(194,178,101); }

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