Html Css Color HEX #C3C30D La Rioja

📋 copy color: '#C3C30D'

red 195 ◦ green 195 ◦ blue 13

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

Shades of La Rioja #C3C30D

Tints of La Rioja #C3C30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 48.39%
G = 48.39%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3C30D (or 0xC3C30D) is known color: La Rioja. HEX triplet: C3, C3 and 0D. RGB value is (195,195,13). Sum of RGB (Red+Green+Blue) = 195+195+13=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C30D is #3C3CF2. Grayscale: #AEAEAE. Windows color (decimal): -3947763 or 902083. OLE color: 902083.

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

Color convert

RGB 195 195 13 -
CMYK 0 0 0.93 0.24
HSL 60º 0.88% 0.41% -
HSV(B) 60º 0.93% 0.76% -
XYZ 42.09 50.66 7.94 -
YUV 174.25 37 142.8 -
System Red Green Blue C M Y K H S L
Decimal 195 195 13 0 0 0.93 0.24 60 0.88 0.41
Hex C3 C3 D 0 0 5D 18 3C 58 29
Octal 303 303 15 0 0 135 30 74 130 51
Binary 11000011 11000011 1101 0 0 1011101 11000 111100 1011000 101001

Color Harmonies of #C3C30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C30D

Black with #C3C30D

Text Example


Text Example

White with #C3C30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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