Html Css Color HEX #C0B257 Gimblet

📋 copy color: '#C0B257'

red 192 ◦ green 178 ◦ blue 87

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

Shades of Gimblet #C0B257

Tints of Gimblet #C0B257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.04%

R = 42.01%
G = 38.95%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C0B257 (or 0xC0B257) is known color: Gimblet. HEX triplet: C0, B2 and 57. RGB value is (192,178,87). Sum of RGB (Red+Green+Blue) = 192+178+87=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B257 is #3F4DA8. Grayscale: #ACACAC. Windows color (decimal): -4148649 or 5747392. OLE color: 5747392.

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

Color convert

RGB 192 178 87 -
CMYK 0 0.07 0.55 0.25
HSL 52º 0.45% 0.55% -
HSV(B) 52º 0.55% 0.75% -
XYZ 39.38 43.74 15.38 -
YUV 171.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 192 178 87 0 0.07 0.55 0.25 52 0.45 0.55
Hex C0 B2 57 0 7 37 19 34 2D 37
Octal 300 262 127 0 7 67 31 64 55 67
Binary 11000000 10110010 1010111 0 111 110111 11001 110100 101101 110111

Color Harmonies of #C0B257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B257

Black with #C0B257

Text Example


Text Example

White with #C0B257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B257; }

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

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

background-color css

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

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

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

border-color css

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

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

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