Html Css Color HEX #C2B00C La Rioja

📋 copy color: '#C2B00C'

red 194 ◦ green 176 ◦ blue 12

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

Shades of La Rioja #C2B00C

Tints of La Rioja #C2B00C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.07%

 BLUE value IS 12 (5.08% from 255) = 3.14%

R = 50.79%
G = 46.07%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2B00C (or 0xC2B00C) is known color: La Rioja. HEX triplet: C2, B0 and 0C. RGB value is (194,176,12). Sum of RGB (Red+Green+Blue) = 194+176+12=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B00C is #3D4FF3. Grayscale: #A3A3A3. Windows color (decimal): -4018164 or 831682. OLE color: 831682.

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

Color convert

RGB 194 176 12 -
CMYK 0 0.09 0.94 0.24
HSL 54.07º 0.88% 0.4% -
HSV(B) 54.07º 0.94% 0.76% -
XYZ 37.84 42.55 6.57 -
YUV 162.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 194 176 12 0 0.09 0.94 0.24 54.07 0.88 0.4
Hex C2 B0 C 0 9 5E 18 36 58 28
Octal 302 260 14 0 11 136 30 66 130 50
Binary 11000010 10110000 1100 0 1001 1011110 11000 110110 1011000 101000

Color Harmonies of #C2B00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B00C

Black with #C2B00C

Text Example


Text Example

White with #C2B00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B00C; }

 p { color: rgb(194,176,12); }

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

background-color css

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

 a { background-color: rgb(194,176,12); }

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

border-color css

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

 span { border-color: rgb(194,176,12); }

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