Html Css Color HEX #C5CD0C La Rioja

📋 copy color: '#C5CD0C'

red 197 ◦ green 205 ◦ blue 12

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

Shades of La Rioja #C5CD0C

Tints of La Rioja #C5CD0C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.52%

 BLUE value IS 12 (5.08% from 255) = 2.9%

R = 47.58%
G = 49.52%
B = 2.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#C5CD0C (or 0xC5CD0C) is known color: La Rioja. HEX triplet: C5, CD and 0C. RGB value is (197,205,12). Sum of RGB (Red+Green+Blue) = 197+205+12=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CD0C is #3A32F3. Grayscale: #B5B5B5. Windows color (decimal): -3814132 or 839109. OLE color: 839109.

HSL color Cylindrical-coordinate representation of color #C5CD0C: hue angle of 62.49º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5CD0C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 12 -
CMYK 0.04 0 0.94 0.20
HSL 62.49º 0.89% 0.43% -
HSV(B) 62.49º 0.94% 0.8% -
XYZ 44.92 55.56 8.7 -
YUV 180.61 32.85 139.69 -
System Red Green Blue C M Y K H S L
Decimal 197 205 12 0.04 0 0.94 0.20 62.49 0.89 0.43
Hex C5 CD C 4 0 5E 14 3E 59 2B
Octal 305 315 14 4 0 136 24 76 131 53
Binary 11000101 11001101 1100 100 0 1011110 10100 111110 1011001 101011

Color Harmonies of #C5CD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD0C

Black with #C5CD0C

Text Example


Text Example

White with #C5CD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD0C; }

 p { color: rgb(197,205,12); }

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

background-color css

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

 a { background-color: rgb(197,205,12); }

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

border-color css

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

 span { border-color: rgb(197,205,12); }

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