Html Css Color HEX #C1CD04 La Rioja

📋 copy color: '#C1CD04'

red 193 ◦ green 205 ◦ blue 4

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

Shades of La Rioja #C1CD04

Tints of La Rioja #C1CD04

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51%

 BLUE value IS 4 (1.95% from 255) = 1%

R = 48.01%
G = 51%
B = 1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#C1CD04 (or 0xC1CD04) is known color: La Rioja. HEX triplet: C1, CD and 04. RGB value is (193,205,4). Sum of RGB (Red+Green+Blue) = 193+205+4=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CD04 is #3E32FB. Grayscale: #B3B3B3. Windows color (decimal): -4076284 or 314817. OLE color: 314817.

HSL color Cylindrical-coordinate representation of color #C1CD04: hue angle of 63.58º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1CD04 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 205 4 -
CMYK 0.06 0 0.98 0.20
HSL 63.58º 0.96% 0.41% -
HSV(B) 63.58º 0.98% 0.8% -
XYZ 43.85 55.01 8.42 -
YUV 178.5 29.52 138.34 -
System Red Green Blue C M Y K H S L
Decimal 193 205 4 0.06 0 0.98 0.20 63.58 0.96 0.41
Hex C1 CD 4 6 0 62 14 40 60 29
Octal 301 315 4 6 0 142 24 100 140 51
Binary 11000001 11001101 100 110 0 1100010 10100 1000000 1100000 101001

Color Harmonies of #C1CD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CD04

Black with #C1CD04

Text Example


Text Example

White with #C1CD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CD04; }

 p { color: rgb(193,205,4); }

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

background-color css

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

 a { background-color: rgb(193,205,4); }

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

border-color css

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

 span { border-color: rgb(193,205,4); }

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