Html Css Color HEX #C3B266 Gimblet

📋 copy color: '#C3B266'

red 195 ◦ green 178 ◦ blue 102

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

Shades of Gimblet #C3B266

Tints of Gimblet #C3B266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.47%

R = 41.05%
G = 37.47%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C3B266 (or 0xC3B266) is known color: Gimblet. HEX triplet: C3, B2 and 66. RGB value is (195,178,102). Sum of RGB (Red+Green+Blue) = 195+178+102=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B266 is #3C4D99. Grayscale: #AEAEAE. Windows color (decimal): -3952026 or 6730435. OLE color: 6730435.

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

Color convert

RGB 195 178 102 -
CMYK 0 0.09 0.48 0.24
HSL 49.03º 0.44% 0.58% -
HSV(B) 49.03º 0.48% 0.76% -
XYZ 40.82 44.4 18.99 -
YUV 174.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 195 178 102 0 0.09 0.48 0.24 49.03 0.44 0.58
Hex C3 B2 66 0 9 30 18 31 2C 3A
Octal 303 262 146 0 11 60 30 61 54 72
Binary 11000011 10110010 1100110 0 1001 110000 11000 110001 101100 111010

Color Harmonies of #C3B266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B266

Black with #C3B266

Text Example


Text Example

White with #C3B266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B266; }

 p { color: rgb(195,178,102); }

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

background-color css

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

 a { background-color: rgb(195,178,102); }

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

border-color css

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

 span { border-color: rgb(195,178,102); }

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