Html Css Color HEX #C1CC07 La Rioja

📋 copy color: '#C1CC07'

red 193 ◦ green 204 ◦ blue 7

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

Shades of La Rioja #C1CC07

Tints of La Rioja #C1CC07

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.5%

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 47.77%
G = 50.5%
B = 1.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#C1CC07 (or 0xC1CC07) is known color: La Rioja. HEX triplet: C1, CC and 07. RGB value is (193,204,7). Sum of RGB (Red+Green+Blue) = 193+204+7=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CC07 is #3E33F8. Grayscale: #B3B3B3. Windows color (decimal): -4076537 or 511169. OLE color: 511169.

HSL color Cylindrical-coordinate representation of color #C1CC07: hue angle of 63.35º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1CC07 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 204 7 -
CMYK 0.05 0 0.97 0.2
HSL 63.35º 0.93% 0.41% -
HSV(B) 63.35º 0.97% 0.8% -
XYZ 43.62 54.54 8.43 -
YUV 178.25 31.36 138.52 -
System Red Green Blue C M Y K H S L
Decimal 193 204 7 0.05 0 0.97 0.2 63.35 0.93 0.41
Hex C1 CC 7 5 0 61 14 3F 5D 29
Octal 301 314 7 5 0 141 24 77 135 51
Binary 11000001 11001100 111 101 0 1100001 10100 111111 1011101 101001

Color Harmonies of #C1CC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CC07

Black with #C1CC07

Text Example


Text Example

White with #C1CC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CC07; }

 p { color: rgb(193,204,7); }

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

background-color css

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

 a { background-color: rgb(193,204,7); }

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

border-color css

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

 span { border-color: rgb(193,204,7); }

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