Html Css Color HEX #C0B25C Gimblet

📋 copy color: '#C0B25C'

red 192 ◦ green 178 ◦ blue 92

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

Shades of Gimblet #C0B25C

Tints of Gimblet #C0B25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.91%

R = 41.56%
G = 38.53%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0B25C (or 0xC0B25C) is known color: Gimblet. HEX triplet: C0, B2 and 5C. RGB value is (192,178,92). Sum of RGB (Red+Green+Blue) = 192+178+92=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B25C is #3F4DA3. Grayscale: #ACACAC. Windows color (decimal): -4148644 or 6075072. OLE color: 6075072.

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

Color convert

RGB 192 178 92 -
CMYK 0 0.07 0.52 0.25
HSL 51.6º 0.44% 0.56% -
HSV(B) 51.6º 0.52% 0.75% -
XYZ 39.59 43.82 16.5 -
YUV 172.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 192 178 92 0 0.07 0.52 0.25 51.6 0.44 0.56
Hex C0 B2 5C 0 7 34 19 34 2C 38
Octal 300 262 134 0 7 64 31 64 54 70
Binary 11000000 10110010 1011100 0 111 110100 11001 110100 101100 111000

Color Harmonies of #C0B25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B25C

Black with #C0B25C

Text Example


Text Example

White with #C0B25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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