Html Css Color HEX #C2B213 La Rioja

📋 copy color: '#C2B213'

red 194 ◦ green 178 ◦ blue 19

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

Shades of La Rioja #C2B213

Tints of La Rioja #C2B213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 49.62%
G = 45.52%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C2B213 (or 0xC2B213) is known color: La Rioja. HEX triplet: C2, B2 and 13. RGB value is (194,178,19). Sum of RGB (Red+Green+Blue) = 194+178+19=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B213 is #3D4DEC. Grayscale: #A5A5A5. Windows color (decimal): -4017645 or 1290946. OLE color: 1290946.

HSL color Cylindrical-coordinate representation of color #C2B213: hue angle of 54.51º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2B213 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 19 -
CMYK 0 0.08 0.90 0.24
HSL 54.51º 0.82% 0.42% -
HSV(B) 54.51º 0.9% 0.76% -
XYZ 38.29 43.36 6.97 -
YUV 164.66 45.8 148.93 -
System Red Green Blue C M Y K H S L
Decimal 194 178 19 0 0.08 0.90 0.24 54.51 0.82 0.42
Hex C2 B2 13 0 8 5A 18 37 52 2A
Octal 302 262 23 0 10 132 30 67 122 52
Binary 11000010 10110010 10011 0 1000 1011010 11000 110111 1010010 101010

Color Harmonies of #C2B213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B213

Black with #C2B213

Text Example


Text Example

White with #C2B213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B213; }

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

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

background-color css

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

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

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

border-color css

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

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

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