Html Css Color HEX #C0C702 La Rioja

📋 copy color: '#C0C702'

red 192 ◦ green 199 ◦ blue 2

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

Shades of La Rioja #C0C702

Tints of La Rioja #C0C702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.64%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 48.85%
G = 50.64%
B = 0.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C0C702 (or 0xC0C702) is known color: La Rioja. HEX triplet: C0, C7 and 02. RGB value is (192,199,2). Sum of RGB (Red+Green+Blue) = 192+199+2=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 199 (78.12% from 255 or 50.64% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C702 is #3F38FD. Grayscale: #AFAFAF. Windows color (decimal): -4143358 or 182208. OLE color: 182208.

HSL color Cylindrical-coordinate representation of color #C0C702: hue angle of 62.13º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0C702 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 199 2 -
CMYK 0.04 0 0.99 0.22
HSL 62.13º 0.98% 0.39% -
HSV(B) 62.13º 0.99% 0.78% -
XYZ 42.17 52.06 7.88 -
YUV 174.45 30.68 140.52 -
System Red Green Blue C M Y K H S L
Decimal 192 199 2 0.04 0 0.99 0.22 62.13 0.98 0.39
Hex C0 C7 2 4 0 63 16 3E 62 27
Octal 300 307 2 4 0 143 26 76 142 47
Binary 11000000 11000111 10 100 0 1100011 10110 111110 1100010 100111

Color Harmonies of #C0C702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C702

Black with #C0C702

Text Example


Text Example

White with #C0C702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C702; }

 p { color: rgb(192,199,2); }

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

background-color css

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

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

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

border-color css

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

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

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