Html Css Color HEX #C5C306 La Rioja

📋 copy color: '#C5C306'

red 197 ◦ green 195 ◦ blue 6

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

Shades of La Rioja #C5C306

Tints of La Rioja #C5C306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 49.5%
G = 48.99%
B = 1.51%

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

#C5C306 (or 0xC5C306) is known color: La Rioja. HEX triplet: C5, C3 and 06. RGB value is (197,195,6). Sum of RGB (Red+Green+Blue) = 197+195+6=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C306 is #3A3CF9. Grayscale: #AEAEAE. Windows color (decimal): -3816698 or 443333. OLE color: 443333.

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

Color convert

RGB 197 195 6 -
CMYK 0 0.01 0.97 0.23
HSL 59.37º 0.94% 0.4% -
HSV(B) 59.37º 0.97% 0.77% -
XYZ 42.57 50.91 7.76 -
YUV 174.05 33.16 144.37 -
System Red Green Blue C M Y K H S L
Decimal 197 195 6 0 0.01 0.97 0.23 59.37 0.94 0.4
Hex C5 C3 6 0 1 61 17 3B 5E 28
Octal 305 303 6 0 1 141 27 73 136 50
Binary 11000101 11000011 110 0 1 1100001 10111 111011 1011110 101000

Color Harmonies of #C5C306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C306

Black with #C5C306

Text Example


Text Example

White with #C5C306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C306; }

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

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

background-color css

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

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

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

border-color css

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

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

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