Html Css Color HEX #C2B10D La Rioja

📋 copy color: '#C2B10D'

red 194 ◦ green 177 ◦ blue 13

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

Shades of La Rioja #C2B10D

Tints of La Rioja #C2B10D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.09%

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 50.52%
G = 46.09%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2B10D (or 0xC2B10D) is known color: La Rioja. HEX triplet: C2, B1 and 0D. RGB value is (194,177,13). Sum of RGB (Red+Green+Blue) = 194+177+13=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B10D is #3D4EF2. Grayscale: #A4A4A4. Windows color (decimal): -4017907 or 897474. OLE color: 897474.

HSL color Cylindrical-coordinate representation of color #C2B10D: hue angle of 54.36º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2B10D is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 177 13 -
CMYK 0 0.09 0.93 0.24
HSL 54.36º 0.87% 0.41% -
HSV(B) 54.36º 0.93% 0.76% -
XYZ 38.04 42.94 6.66 -
YUV 163.39 43.13 149.84 -
System Red Green Blue C M Y K H S L
Decimal 194 177 13 0 0.09 0.93 0.24 54.36 0.87 0.41
Hex C2 B1 D 0 9 5D 18 36 57 29
Octal 302 261 15 0 11 135 30 66 127 51
Binary 11000010 10110001 1101 0 1001 1011101 11000 110110 1010111 101001

Color Harmonies of #C2B10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B10D

Black with #C2B10D

Text Example


Text Example

White with #C2B10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B10D; }

 p { color: rgb(194,177,13); }

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

background-color css

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

 a { background-color: rgb(194,177,13); }

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

border-color css

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

 span { border-color: rgb(194,177,13); }

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