Html Css Color HEX #C0C315 La Rioja

📋 copy color: '#C0C315'

red 192 ◦ green 195 ◦ blue 21

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

Shades of La Rioja #C0C315

Tints of La Rioja #C0C315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.15%

R = 47.06%
G = 47.79%
B = 5.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C0C315 (or 0xC0C315) is known color: La Rioja. HEX triplet: C0, C3 and 15. RGB value is (192,195,21). Sum of RGB (Red+Green+Blue) = 192+195+21=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C315 is #3F3CEA. Grayscale: #AEAEAE. Windows color (decimal): -4144363 or 1426368. OLE color: 1426368.

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

Color convert

RGB 192 195 21 -
CMYK 0.02 0 0.89 0.24
HSL 61.03º 0.81% 0.42% -
HSV(B) 61.03º 0.89% 0.76% -
XYZ 41.39 50.29 8.24 -
YUV 174.27 41.51 140.65 -
System Red Green Blue C M Y K H S L
Decimal 192 195 21 0.02 0 0.89 0.24 61.03 0.81 0.42
Hex C0 C3 15 2 0 59 18 3D 51 2A
Octal 300 303 25 2 0 131 30 75 121 52
Binary 11000000 11000011 10101 10 0 1011001 11000 111101 1010001 101010

Color Harmonies of #C0C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C315

Black with #C0C315

Text Example


Text Example

White with #C0C315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C315; }

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

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

background-color css

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

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

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

border-color css

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

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

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