Html Css Color HEX #C3C30A La Rioja

📋 copy color: '#C3C30A'

red 195 ◦ green 195 ◦ blue 10

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

Shades of La Rioja #C3C30A

Tints of La Rioja #C3C30A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.75%

 BLUE value IS 10 (4.3% from 255) = 2.5%

R = 48.75%
G = 48.75%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C3C30A (or 0xC3C30A) is known color: La Rioja. HEX triplet: C3, C3 and 0A. RGB value is (195,195,10). Sum of RGB (Red+Green+Blue) = 195+195+10=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C30A is #3C3CF5. Grayscale: #AEAEAE. Windows color (decimal): -3947766 or 705475. OLE color: 705475.

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

Color convert

RGB 195 195 10 -
CMYK 0 0 0.95 0.24
HSL 60º 0.9% 0.4% -
HSV(B) 60º 0.95% 0.76% -
XYZ 42.08 50.65 7.85 -
YUV 173.91 35.5 143.04 -
System Red Green Blue C M Y K H S L
Decimal 195 195 10 0 0 0.95 0.24 60 0.9 0.4
Hex C3 C3 A 0 0 5F 18 3C 5A 28
Octal 303 303 12 0 0 137 30 74 132 50
Binary 11000011 11000011 1010 0 0 1011111 11000 111100 1011010 101000

Color Harmonies of #C3C30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C30A

Black with #C3C30A

Text Example


Text Example

White with #C3C30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C30A; }

 p { color: rgb(195,195,10); }

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

background-color css

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

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

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

border-color css

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

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

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