Html Css Color HEX #C0C050 Celery

📋 copy color: '#C0C050'

red 192 ◦ green 192 ◦ blue 80

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

Shades of Celery #C0C050

Tints of Celery #C0C050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.24%

R = 41.38%
G = 41.38%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C0C050 (or 0xC0C050) is known color: Celery. HEX triplet: C0, C0 and 50. RGB value is (192,192,80). Sum of RGB (Red+Green+Blue) = 192+192+80=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C050 is #3F3FAF. Grayscale: #B3B3B3. Windows color (decimal): -4145072 or 5292224. OLE color: 5292224.

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

Color convert

RGB 192 192 80 -
CMYK 0 0 0.58 0.25
HSL 60º 0.47% 0.53% -
HSV(B) 60º 0.58% 0.75% -
XYZ 42.04 49.48 14.93 -
YUV 179.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 192 192 80 0 0 0.58 0.25 60 0.47 0.53
Hex C0 C0 50 0 0 3A 19 3C 2F 35
Octal 300 300 120 0 0 72 31 74 57 65
Binary 11000000 11000000 1010000 0 0 111010 11001 111100 101111 110101

Color Harmonies of #C0C050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C050

Black with #C0C050

Text Example


Text Example

White with #C0C050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C050; }

 p { color: rgb(192,192,80); }

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

background-color css

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

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

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

border-color css

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

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

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