Html Css Color HEX #C0C005 La Rioja

📋 copy color: '#C0C005'

red 192 ◦ green 192 ◦ blue 5

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

Shades of La Rioja #C0C005

Tints of La Rioja #C0C005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 49.36%
G = 49.36%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C0C005 (or 0xC0C005) is known color: La Rioja. HEX triplet: C0, C0 and 05. RGB value is (192,192,5). Sum of RGB (Red+Green+Blue) = 192+192+5=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C005 is #3F3FFA. Grayscale: #ABABAB. Windows color (decimal): -4145147 or 377024. OLE color: 377024.

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

Color convert

RGB 192 192 5 -
CMYK 0 0 0.97 0.25
HSL 60º 0.95% 0.39% -
HSV(B) 60º 0.97% 0.75% -
XYZ 40.62 48.92 7.44 -
YUV 170.68 34.5 143.21 -
System Red Green Blue C M Y K H S L
Decimal 192 192 5 0 0 0.97 0.25 60 0.95 0.39
Hex C0 C0 5 0 0 61 19 3C 5F 27
Octal 300 300 5 0 0 141 31 74 137 47
Binary 11000000 11000000 101 0 0 1100001 11001 111100 1011111 100111

Color Harmonies of #C0C005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C005

Black with #C0C005

Text Example


Text Example

White with #C0C005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C005; }

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

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

background-color css

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

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

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

border-color css

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

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

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