Html Css Color HEX #C0B25D Gimblet

📋 copy color: '#C0B25D'

red 192 ◦ green 178 ◦ blue 93

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

Shades of Gimblet #C0B25D

Tints of Gimblet #C0B25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.09%

R = 41.47%
G = 38.44%
B = 20.09%

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

#C0B25D (or 0xC0B25D) is known color: Gimblet. HEX triplet: C0, B2 and 5D. RGB value is (192,178,93). Sum of RGB (Red+Green+Blue) = 192+178+93=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B25D is #3F4DA2. Grayscale: #ACACAC. Windows color (decimal): -4148643 or 6140608. OLE color: 6140608.

HSL color Cylindrical-coordinate representation of color #C0B25D: hue angle of 51.52º 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 #C0B25D is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 93 -
CMYK 0 0.07 0.52 0.25
HSL 51.52º 0.44% 0.56% -
HSV(B) 51.52º 0.52% 0.75% -
XYZ 39.63 43.84 16.73 -
YUV 172.5 83.14 141.91 -
System Red Green Blue C M Y K H S L
Decimal 192 178 93 0 0.07 0.52 0.25 51.52 0.44 0.56
Hex C0 B2 5D 0 7 34 19 34 2C 38
Octal 300 262 135 0 7 64 31 64 54 70
Binary 11000000 10110010 1011101 0 111 110100 11001 110100 101100 111000

Color Harmonies of #C0B25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B25D

Black with #C0B25D

Text Example


Text Example

White with #C0B25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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