Html Css Color HEX #C2BD0C La Rioja

📋 copy color: '#C2BD0C'

red 194 ◦ green 189 ◦ blue 12

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

Shades of La Rioja #C2BD0C

Tints of La Rioja #C2BD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.85%

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

R = 49.11%
G = 47.85%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2BD0C (or 0xC2BD0C) is known color: La Rioja. HEX triplet: C2, BD and 0C. RGB value is (194,189,12). Sum of RGB (Red+Green+Blue) = 194+189+12=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BD0C is #3D42F3. Grayscale: #ABABAB. Windows color (decimal): -4014836 or 835010. OLE color: 835010.

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

Color convert

RGB 194 189 12 -
CMYK 0 0.03 0.94 0.24
HSL 58.35º 0.88% 0.4% -
HSV(B) 58.35º 0.94% 0.76% -
XYZ 40.51 47.89 7.46 -
YUV 170.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 194 189 12 0 0.03 0.94 0.24 58.35 0.88 0.4
Hex C2 BD C 0 3 5E 18 3A 58 28
Octal 302 275 14 0 3 136 30 72 130 50
Binary 11000010 10111101 1100 0 11 1011110 11000 111010 1011000 101000

Color Harmonies of #C2BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD0C

Black with #C2BD0C

Text Example


Text Example

White with #C2BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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