Html Css Color HEX #C2C314 La Rioja

📋 copy color: '#C2C314'

red 194 ◦ green 195 ◦ blue 20

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

Shades of La Rioja #C2C314

Tints of La Rioja #C2C314

RGB

 RED value IS 194 (76.17% from 255) = 47.43%

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

 BLUE value IS 20 (8.2% from 255) = 4.89%

R = 47.43%
G = 47.68%
B = 4.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C2C314 (or 0xC2C314) is known color: La Rioja. HEX triplet: C2, C3 and 14. RGB value is (194,195,20). Sum of RGB (Red+Green+Blue) = 194+195+20=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C314 is #3D3CEB. Grayscale: #AFAFAF. Windows color (decimal): -4013292 or 1360834. OLE color: 1360834.

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

Color convert

RGB 194 195 20 -
CMYK 0.01 0 0.90 0.24
HSL 60.34º 0.81% 0.42% -
HSV(B) 60.34º 0.9% 0.76% -
XYZ 41.89 50.55 8.21 -
YUV 174.75 40.67 141.73 -
System Red Green Blue C M Y K H S L
Decimal 194 195 20 0.01 0 0.90 0.24 60.34 0.81 0.42
Hex C2 C3 14 1 0 5A 18 3C 51 2A
Octal 302 303 24 1 0 132 30 74 121 52
Binary 11000010 11000011 10100 1 0 1011010 11000 111100 1010001 101010

Color Harmonies of #C2C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C314

Black with #C2C314

Text Example


Text Example

White with #C2C314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C314; }

 p { color: rgb(194,195,20); }

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

background-color css

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

 a { background-color: rgb(194,195,20); }

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

border-color css

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

 span { border-color: rgb(194,195,20); }

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