Html Css Color HEX #C0B265 Gimblet

📋 copy color: '#C0B265'

red 192 ◦ green 178 ◦ blue 101

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

Shades of Gimblet #C0B265

Tints of Gimblet #C0B265

RGB

 RED value IS 192 (75.39% from 255) = 40.76%

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

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

R = 40.76%
G = 37.79%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0B265 (or 0xC0B265) is known color: Gimblet. HEX triplet: C0, B2 and 65. RGB value is (192,178,101). Sum of RGB (Red+Green+Blue) = 192+178+101=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B265 is #3F4D9A. Grayscale: #ADADAD. Windows color (decimal): -4148635 or 6664896. OLE color: 6664896.

HSL color Cylindrical-coordinate representation of color #C0B265: hue angle of 50.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0B265 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 101 -
CMYK 0 0.07 0.47 0.25
HSL 50.77º 0.42% 0.57% -
HSV(B) 50.77º 0.47% 0.75% -
XYZ 40.01 43.99 18.69 -
YUV 173.41 87.14 141.26 -
System Red Green Blue C M Y K H S L
Decimal 192 178 101 0 0.07 0.47 0.25 50.77 0.42 0.57
Hex C0 B2 65 0 7 2F 19 33 2A 39
Octal 300 262 145 0 7 57 31 63 52 71
Binary 11000000 10110010 1100101 0 111 101111 11001 110011 101010 111001

Color Harmonies of #C0B265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B265

Black with #C0B265

Text Example


Text Example

White with #C0B265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B265; }

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

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

background-color css

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

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

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

border-color css

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

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

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