Html Css Color HEX #C1C00B La Rioja

📋 copy color: '#C1C00B'

red 193 ◦ green 192 ◦ blue 11

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

Shades of La Rioja #C1C00B

Tints of La Rioja #C1C00B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.48%

 BLUE value IS 11 (4.69% from 255) = 2.78%

R = 48.74%
G = 48.48%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1C00B (or 0xC1C00B) is known color: La Rioja. HEX triplet: C1, C0 and 0B. RGB value is (193,192,11). Sum of RGB (Red+Green+Blue) = 193+192+11=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C00B is #3E3FF4. Grayscale: #ACACAC. Windows color (decimal): -4079605 or 770241. OLE color: 770241.

HSL color Cylindrical-coordinate representation of color #C1C00B: hue angle of 59.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1C00B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 192 11 -
CMYK 0 0.01 0.94 0.24
HSL 59.67º 0.89% 0.4% -
HSV(B) 59.67º 0.94% 0.76% -
XYZ 40.9 49.06 7.63 -
YUV 171.67 37.33 143.22 -
System Red Green Blue C M Y K H S L
Decimal 193 192 11 0 0.01 0.94 0.24 59.67 0.89 0.4
Hex C1 C0 B 0 1 5E 18 3C 59 28
Octal 301 300 13 0 1 136 30 74 131 50
Binary 11000001 11000000 1011 0 1 1011110 11000 111100 1011001 101000

Color Harmonies of #C1C00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C00B

Black with #C1C00B

Text Example


Text Example

White with #C1C00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C00B; }

 p { color: rgb(193,192,11); }

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

background-color css

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

 a { background-color: rgb(193,192,11); }

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

border-color css

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

 span { border-color: rgb(193,192,11); }

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