Html Css Color HEX #C0B25E Gimblet

📋 copy color: '#C0B25E'

red 192 ◦ green 178 ◦ blue 94

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

Shades of Gimblet #C0B25E

Tints of Gimblet #C0B25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.26%

R = 41.38%
G = 38.36%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0B25E (or 0xC0B25E) is known color: Gimblet. HEX triplet: C0, B2 and 5E. RGB value is (192,178,94). Sum of RGB (Red+Green+Blue) = 192+178+94=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B25E is #3F4DA1. Grayscale: #ACACAC. Windows color (decimal): -4148642 or 6206144. OLE color: 6206144.

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

Color convert

RGB 192 178 94 -
CMYK 0 0.07 0.51 0.25
HSL 51.43º 0.44% 0.56% -
HSV(B) 51.43º 0.51% 0.75% -
XYZ 39.68 43.86 16.96 -
YUV 172.61 83.64 141.83 -
System Red Green Blue C M Y K H S L
Decimal 192 178 94 0 0.07 0.51 0.25 51.43 0.44 0.56
Hex C0 B2 5E 0 7 33 19 33 2C 38
Octal 300 262 136 0 7 63 31 63 54 70
Binary 11000000 10110010 1011110 0 111 110011 11001 110011 101100 111000

Color Harmonies of #C0B25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B25E

Black with #C0B25E

Text Example


Text Example

White with #C0B25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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