Html Css Color HEX #C0C102 La Rioja

📋 copy color: '#C0C102'

red 192 ◦ green 193 ◦ blue 2

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

Shades of La Rioja #C0C102

Tints of La Rioja #C0C102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.87%

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

R = 49.61%
G = 49.87%
B = 0.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C0C102 (or 0xC0C102) is known color: La Rioja. HEX triplet: C0, C1 and 02. RGB value is (192,193,2). Sum of RGB (Red+Green+Blue) = 192+193+2=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C102 is #3F3EFD. Grayscale: #ABABAB. Windows color (decimal): -4144894 or 180672. OLE color: 180672.

HSL color Cylindrical-coordinate representation of color #C0C102: hue angle of 60.31º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0C102 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 193 2 -
CMYK 0.01 0 0.99 0.24
HSL 60.31º 0.98% 0.38% -
HSV(B) 60.31º 0.99% 0.76% -
XYZ 40.82 49.35 7.43 -
YUV 170.93 32.67 143.03 -
System Red Green Blue C M Y K H S L
Decimal 192 193 2 0.01 0 0.99 0.24 60.31 0.98 0.38
Hex C0 C1 2 1 0 63 18 3C 62 26
Octal 300 301 2 1 0 143 30 74 142 46
Binary 11000000 11000001 10 1 0 1100011 11000 111100 1100010 100110

Color Harmonies of #C0C102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C102

Black with #C0C102

Text Example


Text Example

White with #C0C102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C102; }

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

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

background-color css

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

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

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

border-color css

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

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

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