Html Css Color HEX #C3C20C La Rioja

📋 copy color: '#C3C20C'

red 195 ◦ green 194 ◦ blue 12

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

Shades of La Rioja #C3C20C

Tints of La Rioja #C3C20C

RGB

 RED value IS 195 (76.56% from 255) = 48.63%

 GREEN value IS 194 (76.17% from 255) = 48.38%

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

R = 48.63%
G = 48.38%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3C20C (or 0xC3C20C) is known color: La Rioja. HEX triplet: C3, C2 and 0C. RGB value is (195,194,12). Sum of RGB (Red+Green+Blue) = 195+194+12=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C20C is #3C3DF3. Grayscale: #AEAEAE. Windows color (decimal): -3948020 or 836291. OLE color: 836291.

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

Color convert

RGB 195 194 12 -
CMYK 0 0.01 0.94 0.24
HSL 59.67º 0.88% 0.41% -
HSV(B) 59.67º 0.94% 0.76% -
XYZ 41.86 50.21 7.83 -
YUV 173.55 36.83 143.3 -
System Red Green Blue C M Y K H S L
Decimal 195 194 12 0 0.01 0.94 0.24 59.67 0.88 0.41
Hex C3 C2 C 0 1 5E 18 3C 58 29
Octal 303 302 14 0 1 136 30 74 130 51
Binary 11000011 11000010 1100 0 1 1011110 11000 111100 1011000 101001

Color Harmonies of #C3C20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C20C

Black with #C3C20C

Text Example


Text Example

White with #C3C20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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