Html Css Color HEX #C5C305 La Rioja

📋 copy color: '#C5C305'

red 197 ◦ green 195 ◦ blue 5

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

Shades of La Rioja #C5C305

Tints of La Rioja #C5C305

RGB

 RED value IS 197 (77.34% from 255) = 49.62%

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

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 49.62%
G = 49.12%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C5C305 (or 0xC5C305) is known color: La Rioja. HEX triplet: C5, C3 and 05. RGB value is (197,195,5). Sum of RGB (Red+Green+Blue) = 197+195+5=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C305 is #3A3CFA. Grayscale: #AEAEAE. Windows color (decimal): -3816699 or 377797. OLE color: 377797.

HSL color Cylindrical-coordinate representation of color #C5C305: hue angle of 59.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5C305 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 195 5 -
CMYK 0 0.01 0.97 0.23
HSL 59.38º 0.95% 0.4% -
HSV(B) 59.38º 0.97% 0.77% -
XYZ 42.57 50.91 7.73 -
YUV 173.94 32.66 144.45 -
System Red Green Blue C M Y K H S L
Decimal 197 195 5 0 0.01 0.97 0.23 59.38 0.95 0.4
Hex C5 C3 5 0 1 61 17 3B 5F 28
Octal 305 303 5 0 1 141 27 73 137 50
Binary 11000101 11000011 101 0 1 1100001 10111 111011 1011111 101000

Color Harmonies of #C5C305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C305

Black with #C5C305

Text Example


Text Example

White with #C5C305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C305; }

 p { color: rgb(197,195,5); }

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

background-color css

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

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

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

border-color css

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

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

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