Html Css Color HEX #C2B20C La Rioja

📋 copy color: '#C2B20C'

red 194 ◦ green 178 ◦ blue 12

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

Shades of La Rioja #C2B20C

Tints of La Rioja #C2B20C

RGB

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

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

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

R = 50.52%
G = 46.35%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2B20C (or 0xC2B20C) is known color: La Rioja. HEX triplet: C2, B2 and 0C. RGB value is (194,178,12). Sum of RGB (Red+Green+Blue) = 194+178+12=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B20C is #3D4DF3. Grayscale: #A4A4A4. Windows color (decimal): -4017652 or 832194. OLE color: 832194.

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

Color convert

RGB 194 178 12 -
CMYK 0 0.08 0.94 0.24
HSL 54.73º 0.88% 0.4% -
HSV(B) 54.73º 0.94% 0.76% -
XYZ 38.23 43.34 6.7 -
YUV 163.86 42.3 149.5 -
System Red Green Blue C M Y K H S L
Decimal 194 178 12 0 0.08 0.94 0.24 54.73 0.88 0.4
Hex C2 B2 C 0 8 5E 18 37 58 28
Octal 302 262 14 0 10 136 30 67 130 50
Binary 11000010 10110010 1100 0 1000 1011110 11000 110111 1011000 101000

Color Harmonies of #C2B20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B20C

Black with #C2B20C

Text Example


Text Example

White with #C2B20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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