Html Css Color HEX #C2B211 La Rioja

📋 copy color: '#C2B211'

red 194 ◦ green 178 ◦ blue 17

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

Shades of La Rioja #C2B211

Tints of La Rioja #C2B211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.76%

 BLUE value IS 17 (7.03% from 255) = 4.37%

R = 49.87%
G = 45.76%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2B211 (or 0xC2B211) is known color: La Rioja. HEX triplet: C2, B2 and 11. RGB value is (194,178,17). Sum of RGB (Red+Green+Blue) = 194+178+17=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B211 is #3D4DEE. Grayscale: #A5A5A5. Windows color (decimal): -4017647 or 1159874. OLE color: 1159874.

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

Color convert

RGB 194 178 17 -
CMYK 0 0.08 0.91 0.24
HSL 54.58º 0.84% 0.41% -
HSV(B) 54.58º 0.91% 0.76% -
XYZ 38.27 43.35 6.88 -
YUV 164.43 44.8 149.09 -
System Red Green Blue C M Y K H S L
Decimal 194 178 17 0 0.08 0.91 0.24 54.58 0.84 0.41
Hex C2 B2 11 0 8 5B 18 37 54 29
Octal 302 262 21 0 10 133 30 67 124 51
Binary 11000010 10110010 10001 0 1000 1011011 11000 110111 1010100 101001

Color Harmonies of #C2B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B211

Black with #C2B211

Text Example


Text Example

White with #C2B211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B211; }

 p { color: rgb(194,178,17); }

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

background-color css

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

 a { background-color: rgb(194,178,17); }

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

border-color css

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

 span { border-color: rgb(194,178,17); }

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