Html Css Color HEX #C5CA0E La Rioja

📋 copy color: '#C5CA0E'

red 197 ◦ green 202 ◦ blue 14

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

Shades of La Rioja #C5CA0E

Tints of La Rioja #C5CA0E

RGB

 RED value IS 197 (77.34% from 255) = 47.7%

 GREEN value IS 202 (79.3% from 255) = 48.91%

 BLUE value IS 14 (5.86% from 255) = 3.39%

R = 47.7%
G = 48.91%
B = 3.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C5CA0E (or 0xC5CA0E) is known color: La Rioja. HEX triplet: C5, CA and 0E. RGB value is (197,202,14). Sum of RGB (Red+Green+Blue) = 197+202+14=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CA0E is #3A35F1. Grayscale: #B3B3B3. Windows color (decimal): -3814898 or 969413. OLE color: 969413.

HSL color Cylindrical-coordinate representation of color #C5CA0E: hue angle of 61.6º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5CA0E is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 202 14 -
CMYK 0.02 0 0.93 0.21
HSL 61.6º 0.87% 0.42% -
HSV(B) 61.6º 0.93% 0.79% -
XYZ 44.23 54.14 8.54 -
YUV 179.07 34.84 140.79 -
System Red Green Blue C M Y K H S L
Decimal 197 202 14 0.02 0 0.93 0.21 61.6 0.87 0.42
Hex C5 CA E 2 0 5D 15 3E 57 2A
Octal 305 312 16 2 0 135 25 76 127 52
Binary 11000101 11001010 1110 10 0 1011101 10101 111110 1010111 101010

Color Harmonies of #C5CA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA0E

Black with #C5CA0E

Text Example


Text Example

White with #C5CA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA0E; }

 p { color: rgb(197,202,14); }

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

background-color css

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

 a { background-color: rgb(197,202,14); }

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

border-color css

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

 span { border-color: rgb(197,202,14); }

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