Html Css Color HEX #C2B60B La Rioja

📋 copy color: '#C2B60B'

red 194 ◦ green 182 ◦ blue 11

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

Shades of La Rioja #C2B60B

Tints of La Rioja #C2B60B

RGB

 RED value IS 194 (76.17% from 255) = 50.13%

 GREEN value IS 182 (71.48% from 255) = 47.03%

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

R = 50.13%
G = 47.03%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2B60B (or 0xC2B60B) is known color: La Rioja. HEX triplet: C2, B6 and 0B. RGB value is (194,182,11). Sum of RGB (Red+Green+Blue) = 194+182+11=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B60B is #3D49F4. Grayscale: #A6A6A6. Windows color (decimal): -4016629 or 767682. OLE color: 767682.

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

Color convert

RGB 194 182 11 -
CMYK 0 0.06 0.94 0.24
HSL 56.07º 0.89% 0.4% -
HSV(B) 56.07º 0.94% 0.76% -
XYZ 39.04 44.95 6.94 -
YUV 166.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 194 182 11 0 0.06 0.94 0.24 56.07 0.89 0.4
Hex C2 B6 B 0 6 5E 18 38 59 28
Octal 302 266 13 0 6 136 30 70 131 50
Binary 11000010 10110110 1011 0 110 1011110 11000 111000 1011001 101000

Color Harmonies of #C2B60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B60B

Black with #C2B60B

Text Example


Text Example

White with #C2B60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B60B; }

 p { color: rgb(194,182,11); }

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

background-color css

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

 a { background-color: rgb(194,182,11); }

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

border-color css

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

 span { border-color: rgb(194,182,11); }

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