Html Css Color HEX #C0CC15 Rio Grande

📋 copy color: '#C0CC15'

red 192 ◦ green 204 ◦ blue 21

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

Shades of Rio Grande #C0CC15

Tints of Rio Grande #C0CC15

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.92%

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 46.04%
G = 48.92%
B = 5.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#C0CC15 (or 0xC0CC15) is known color: Rio Grande. HEX triplet: C0, CC and 15. RGB value is (192,204,21). Sum of RGB (Red+Green+Blue) = 192+204+21=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CC15 is #3F33EA. Grayscale: #B4B4B4. Windows color (decimal): -4142059 or 1428672. OLE color: 1428672.

HSL color Cylindrical-coordinate representation of color #C0CC15: hue angle of 63.93º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0CC15 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 204 21 -
CMYK 0.06 0 0.90 0.2
HSL 63.93º 0.81% 0.44% -
HSV(B) 63.93º 0.9% 0.8% -
XYZ 43.47 54.45 8.93 -
YUV 179.55 38.52 136.88 -
System Red Green Blue C M Y K H S L
Decimal 192 204 21 0.06 0 0.90 0.2 63.93 0.81 0.44
Hex C0 CC 15 6 0 5A 14 40 51 2C
Octal 300 314 25 6 0 132 24 100 121 54
Binary 11000000 11001100 10101 110 0 1011010 10100 1000000 1010001 101100

Color Harmonies of #C0CC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CC15

Black with #C0CC15

Text Example


Text Example

White with #C0CC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CC15; }

 p { color: rgb(192,204,21); }

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

background-color css

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

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

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

border-color css

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

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

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