Html Css Color HEX #C1CA06 La Rioja

📋 copy color: '#C1CA06'

red 193 ◦ green 202 ◦ blue 6

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

Shades of La Rioja #C1CA06

Tints of La Rioja #C1CA06

RGB

 RED value IS 193 (75.78% from 255) = 48.13%

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

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 48.13%
G = 50.37%
B = 1.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C1CA06 (or 0xC1CA06) is known color: La Rioja. HEX triplet: C1, CA and 06. RGB value is (193,202,6). Sum of RGB (Red+Green+Blue) = 193+202+6=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CA06 is #3E35F9. Grayscale: #B1B1B1. Windows color (decimal): -4077050 or 445121. OLE color: 445121.

HSL color Cylindrical-coordinate representation of color #C1CA06: hue angle of 62.76º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1CA06 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 202 6 -
CMYK 0.04 0 0.97 0.21
HSL 62.76º 0.94% 0.41% -
HSV(B) 62.76º 0.97% 0.79% -
XYZ 43.15 53.59 8.24 -
YUV 176.97 31.52 139.44 -
System Red Green Blue C M Y K H S L
Decimal 193 202 6 0.04 0 0.97 0.21 62.76 0.94 0.41
Hex C1 CA 6 4 0 61 15 3F 5E 29
Octal 301 312 6 4 0 141 25 77 136 51
Binary 11000001 11001010 110 100 0 1100001 10101 111111 1011110 101001

Color Harmonies of #C1CA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CA06

Black with #C1CA06

Text Example


Text Example

White with #C1CA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CA06; }

 p { color: rgb(193,202,6); }

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

background-color css

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

 a { background-color: rgb(193,202,6); }

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

border-color css

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

 span { border-color: rgb(193,202,6); }

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