Html Css Color HEX #C1CD05 La Rioja

📋 copy color: '#C1CD05'

red 193 ◦ green 205 ◦ blue 5

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

Shades of La Rioja #C1CD05

Tints of La Rioja #C1CD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 47.89%
G = 50.87%
B = 1.24%

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

#C1CD05 (or 0xC1CD05) is known color: La Rioja. HEX triplet: C1, CD and 05. RGB value is (193,205,5). Sum of RGB (Red+Green+Blue) = 193+205+5=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CD05 is #3E32FA. Grayscale: #B3B3B3. Windows color (decimal): -4076283 or 380353. OLE color: 380353.

HSL color Cylindrical-coordinate representation of color #C1CD05: hue angle of 63.6º degrees, saturation: 0.95, 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 #C1CD05 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 205 5 -
CMYK 0.06 0 0.98 0.20
HSL 63.6º 0.95% 0.41% -
HSV(B) 63.6º 0.98% 0.8% -
XYZ 43.85 55.01 8.45 -
YUV 178.61 30.02 138.26 -
System Red Green Blue C M Y K H S L
Decimal 193 205 5 0.06 0 0.98 0.20 63.6 0.95 0.41
Hex C1 CD 5 6 0 62 14 40 5F 29
Octal 301 315 5 6 0 142 24 100 137 51
Binary 11000001 11001101 101 110 0 1100010 10100 1000000 1011111 101001

Color Harmonies of #C1CD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CD05

Black with #C1CD05

Text Example


Text Example

White with #C1CD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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