Html Css Color HEX #C0C312 La Rioja

📋 copy color: '#C0C312'

red 192 ◦ green 195 ◦ blue 18

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

Shades of La Rioja #C0C312

Tints of La Rioja #C0C312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.15%

 BLUE value IS 18 (7.42% from 255) = 4.44%

R = 47.41%
G = 48.15%
B = 4.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C0C312 (or 0xC0C312) is known color: La Rioja. HEX triplet: C0, C3 and 12. RGB value is (192,195,18). Sum of RGB (Red+Green+Blue) = 192+195+18=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C312 is #3F3CED. Grayscale: #AEAEAE. Windows color (decimal): -4144366 or 1229760. OLE color: 1229760.

HSL color Cylindrical-coordinate representation of color #C0C312: hue angle of 61.02º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0C312 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 18 -
CMYK 0.02 0 0.91 0.24
HSL 61.02º 0.83% 0.42% -
HSV(B) 61.02º 0.91% 0.76% -
XYZ 41.36 50.28 8.1 -
YUV 173.93 40.01 140.89 -
System Red Green Blue C M Y K H S L
Decimal 192 195 18 0.02 0 0.91 0.24 61.02 0.83 0.42
Hex C0 C3 12 2 0 5B 18 3D 53 2A
Octal 300 303 22 2 0 133 30 75 123 52
Binary 11000000 11000011 10010 10 0 1011011 11000 111101 1010011 101010

Color Harmonies of #C0C312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C312

Black with #C0C312

Text Example


Text Example

White with #C0C312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C312; }

 p { color: rgb(192,195,18); }

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

background-color css

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

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

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

border-color css

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

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

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