Html Css Color HEX #C6CA12 La Rioja

📋 copy color: '#C6CA12'

red 198 ◦ green 202 ◦ blue 18

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

Shades of La Rioja #C6CA12

Tints of La Rioja #C6CA12

RGB

 RED value IS 198 (77.73% from 255) = 47.37%

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

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

R = 47.37%
G = 48.33%
B = 4.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C6CA12 (or 0xC6CA12) is known color: La Rioja. HEX triplet: C6, CA and 12. RGB value is (198,202,18). Sum of RGB (Red+Green+Blue) = 198+202+18=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CA12 is #3935ED. Grayscale: #B4B4B4. Windows color (decimal): -3749358 or 1231558. OLE color: 1231558.

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

Color convert

RGB 198 202 18 -
CMYK 0.02 0 0.91 0.21
HSL 61.3º 0.84% 0.43% -
HSV(B) 61.3º 0.91% 0.79% -
XYZ 44.52 54.29 8.71 -
YUV 179.83 36.67 140.96 -
System Red Green Blue C M Y K H S L
Decimal 198 202 18 0.02 0 0.91 0.21 61.3 0.84 0.43
Hex C6 CA 12 2 0 5B 15 3D 54 2B
Octal 306 312 22 2 0 133 25 75 124 53
Binary 11000110 11001010 10010 10 0 1011011 10101 111101 1010100 101011

Color Harmonies of #C6CA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CA12

Black with #C6CA12

Text Example


Text Example

White with #C6CA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CA12; }

 p { color: rgb(198,202,18); }

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

background-color css

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

 a { background-color: rgb(198,202,18); }

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

border-color css

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

 span { border-color: rgb(198,202,18); }

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