Html Css Color HEX #C0B45A Gimblet

📋 copy color: '#C0B45A'

red 192 ◦ green 180 ◦ blue 90

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

Shades of Gimblet #C0B45A

Tints of Gimblet #C0B45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.96%

 BLUE value IS 90 (35.55% from 255) = 19.48%

R = 41.56%
G = 38.96%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0B45A (or 0xC0B45A) is known color: Gimblet. HEX triplet: C0, B4 and 5A. RGB value is (192,180,90). Sum of RGB (Red+Green+Blue) = 192+180+90=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B45A is #3F4BA5. Grayscale: #ADADAD. Windows color (decimal): -4148134 or 5944512. OLE color: 5944512.

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

Color convert

RGB 192 180 90 -
CMYK 0 0.06 0.53 0.25
HSL 52.94º 0.45% 0.55% -
HSV(B) 52.94º 0.53% 0.75% -
XYZ 39.9 44.59 16.18 -
YUV 173.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 192 180 90 0 0.06 0.53 0.25 52.94 0.45 0.55
Hex C0 B4 5A 0 6 35 19 35 2D 37
Octal 300 264 132 0 6 65 31 65 55 67
Binary 11000000 10110100 1011010 0 110 110101 11001 110101 101101 110111

Color Harmonies of #C0B45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B45A

Black with #C0B45A

Text Example


Text Example

White with #C0B45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B45A; }

 p { color: rgb(192,180,90); }

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

background-color css

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

 a { background-color: rgb(192,180,90); }

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

border-color css

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

 span { border-color: rgb(192,180,90); }

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