Html Css Color HEX #C0C003 La Rioja

📋 copy color: '#C0C003'

red 192 ◦ green 192 ◦ blue 3

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

Shades of La Rioja #C0C003

Tints of La Rioja #C0C003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 49.61%
G = 49.61%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C0C003 (or 0xC0C003) is known color: La Rioja. HEX triplet: C0, C0 and 03. RGB value is (192,192,3). Sum of RGB (Red+Green+Blue) = 192+192+3=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C003 is #3F3FFC. Grayscale: #ABABAB. Windows color (decimal): -4145149 or 245952. OLE color: 245952.

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

Color convert

RGB 192 192 3 -
CMYK 0 0 0.98 0.25
HSL 60º 0.97% 0.38% -
HSV(B) 60º 0.98% 0.75% -
XYZ 40.6 48.91 7.39 -
YUV 170.45 33.5 143.37 -
System Red Green Blue C M Y K H S L
Decimal 192 192 3 0 0 0.98 0.25 60 0.97 0.38
Hex C0 C0 3 0 0 62 19 3C 61 26
Octal 300 300 3 0 0 142 31 74 141 46
Binary 11000000 11000000 11 0 0 1100010 11001 111100 1100001 100110

Color Harmonies of #C0C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C003

Black with #C0C003

Text Example


Text Example

White with #C0C003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C003; }

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

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

background-color css

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

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

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

border-color css

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

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

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