Html Css Color HEX #C1BB0B La Rioja

📋 copy color: '#C1BB0B'

red 193 ◦ green 187 ◦ blue 11

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

Shades of La Rioja #C1BB0B

Tints of La Rioja #C1BB0B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.83%

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

R = 49.36%
G = 47.83%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1BB0B (or 0xC1BB0B) is known color: La Rioja. HEX triplet: C1, BB and 0B. RGB value is (193,187,11). Sum of RGB (Red+Green+Blue) = 193+187+11=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BB0B is #3E44F4. Grayscale: #A9A9A9. Windows color (decimal): -4080885 or 768961. OLE color: 768961.

HSL color Cylindrical-coordinate representation of color #C1BB0B: hue angle of 58.02º 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 #C1BB0B is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 187 11 -
CMYK 0 0.03 0.94 0.24
HSL 58.02º 0.89% 0.4% -
HSV(B) 58.02º 0.94% 0.76% -
XYZ 39.82 46.9 7.27 -
YUV 168.73 38.99 145.31 -
System Red Green Blue C M Y K H S L
Decimal 193 187 11 0 0.03 0.94 0.24 58.02 0.89 0.4
Hex C1 BB B 0 3 5E 18 3A 59 28
Octal 301 273 13 0 3 136 30 72 131 50
Binary 11000001 10111011 1011 0 11 1011110 11000 111010 1011001 101000

Color Harmonies of #C1BB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BB0B

Black with #C1BB0B

Text Example


Text Example

White with #C1BB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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