Html Css Color HEX #C0CE11 Rio Grande

📋 copy color: '#C0CE11'

red 192 ◦ green 206 ◦ blue 17

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

Shades of Rio Grande #C0CE11

Tints of Rio Grande #C0CE11

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.64%

 BLUE value IS 17 (7.03% from 255) = 4.1%

R = 46.27%
G = 49.64%
B = 4.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#C0CE11 (or 0xC0CE11) is known color: Rio Grande. HEX triplet: C0, CE and 11. RGB value is (192,206,17). Sum of RGB (Red+Green+Blue) = 192+206+17=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CE11 is #3F31EE. Grayscale: #B5B5B5. Windows color (decimal): -4141551 or 1167040. OLE color: 1167040.

HSL color Cylindrical-coordinate representation of color #C0CE11: hue angle of 64.44º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0CE11 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 206 17 -
CMYK 0.07 0 0.92 0.19
HSL 64.44º 0.85% 0.44% -
HSV(B) 64.44º 0.92% 0.81% -
XYZ 43.91 55.39 8.91 -
YUV 180.27 35.86 136.37 -
System Red Green Blue C M Y K H S L
Decimal 192 206 17 0.07 0 0.92 0.19 64.44 0.85 0.44
Hex C0 CE 11 7 0 5C 13 40 55 2C
Octal 300 316 21 7 0 134 23 100 125 54
Binary 11000000 11001110 10001 111 0 1011100 10011 1000000 1010101 101100

Color Harmonies of #C0CE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CE11

Black with #C0CE11

Text Example


Text Example

White with #C0CE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CE11; }

 p { color: rgb(192,206,17); }

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

background-color css

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

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

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

border-color css

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

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

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