Html Css Color HEX #C3C30B La Rioja

📋 copy color: '#C3C30B'

red 195 ◦ green 195 ◦ blue 11

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

Shades of La Rioja #C3C30B

Tints of La Rioja #C3C30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 48.63%
G = 48.63%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3C30B (or 0xC3C30B) is known color: La Rioja. HEX triplet: C3, C3 and 0B. RGB value is (195,195,11). Sum of RGB (Red+Green+Blue) = 195+195+11=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C30B is #3C3CF4. Grayscale: #AEAEAE. Windows color (decimal): -3947765 or 771011. OLE color: 771011.

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

Color convert

RGB 195 195 11 -
CMYK 0 0 0.94 0.24
HSL 60º 0.89% 0.4% -
HSV(B) 60º 0.94% 0.76% -
XYZ 42.08 50.66 7.88 -
YUV 174.02 36 142.96 -
System Red Green Blue C M Y K H S L
Decimal 195 195 11 0 0 0.94 0.24 60 0.89 0.4
Hex C3 C3 B 0 0 5E 18 3C 59 28
Octal 303 303 13 0 0 136 30 74 131 50
Binary 11000011 11000011 1011 0 0 1011110 11000 111100 1011001 101000

Color Harmonies of #C3C30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C30B

Black with #C3C30B

Text Example


Text Example

White with #C3C30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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