Html Css Color HEX #C3C30F La Rioja

📋 copy color: '#C3C30F'

red 195 ◦ green 195 ◦ blue 15

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

Shades of La Rioja #C3C30F

Tints of La Rioja #C3C30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.7%

R = 48.15%
G = 48.15%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3C30F (or 0xC3C30F) is known color: La Rioja. HEX triplet: C3, C3 and 0F. RGB value is (195,195,15). Sum of RGB (Red+Green+Blue) = 195+195+15=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C30F is #3C3CF0. Grayscale: #AFAFAF. Windows color (decimal): -3947761 or 1033155. OLE color: 1033155.

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

Color convert

RGB 195 195 15 -
CMYK 0 0 0.92 0.24
HSL 60º 0.86% 0.41% -
HSV(B) 60º 0.92% 0.76% -
XYZ 42.11 50.67 8.01 -
YUV 174.48 38 142.64 -
System Red Green Blue C M Y K H S L
Decimal 195 195 15 0 0 0.92 0.24 60 0.86 0.41
Hex C3 C3 F 0 0 5C 18 3C 56 29
Octal 303 303 17 0 0 134 30 74 126 51
Binary 11000011 11000011 1111 0 0 1011100 11000 111100 1010110 101001

Color Harmonies of #C3C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C30F

Black with #C3C30F

Text Example


Text Example

White with #C3C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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