Html Css Color HEX #C2CF0E La Rioja

📋 copy color: '#C2CF0E'

red 194 ◦ green 207 ◦ blue 14

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

Shades of La Rioja #C2CF0E

Tints of La Rioja #C2CF0E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.88%

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

R = 46.75%
G = 49.88%
B = 3.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#C2CF0E (or 0xC2CF0E) is known color: La Rioja. HEX triplet: C2, CF and 0E. RGB value is (194,207,14). Sum of RGB (Red+Green+Blue) = 194+207+14=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CF0E is #3D30F1. Grayscale: #B5B5B5. Windows color (decimal): -4010226 or 970690. OLE color: 970690.

HSL color Cylindrical-coordinate representation of color #C2CF0E: hue angle of 64.04º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2CF0E is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 207 14 -
CMYK 0.06 0 0.93 0.19
HSL 64.04º 0.87% 0.43% -
HSV(B) 64.04º 0.93% 0.81% -
XYZ 44.64 56.13 8.9 -
YUV 181.11 33.69 137.19 -
System Red Green Blue C M Y K H S L
Decimal 194 207 14 0.06 0 0.93 0.19 64.04 0.87 0.43
Hex C2 CF E 6 0 5D 13 40 57 2B
Octal 302 317 16 6 0 135 23 100 127 53
Binary 11000010 11001111 1110 110 0 1011101 10011 1000000 1010111 101011

Color Harmonies of #C2CF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CF0E

Black with #C2CF0E

Text Example


Text Example

White with #C2CF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CF0E; }

 p { color: rgb(194,207,14); }

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

background-color css

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

 a { background-color: rgb(194,207,14); }

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

border-color css

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

 span { border-color: rgb(194,207,14); }

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