Html Css Color HEX #C5CC0F La Rioja

📋 copy color: '#C5CC0F'

red 197 ◦ green 204 ◦ blue 15

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

Shades of La Rioja #C5CC0F

Tints of La Rioja #C5CC0F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.04%

 BLUE value IS 15 (6.25% from 255) = 3.61%

R = 47.36%
G = 49.04%
B = 3.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#C5CC0F (or 0xC5CC0F) is known color: La Rioja. HEX triplet: C5, CC and 0F. RGB value is (197,204,15). Sum of RGB (Red+Green+Blue) = 197+204+15=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CC0F is #3A33F0. Grayscale: #B5B5B5. Windows color (decimal): -3814385 or 1035461. OLE color: 1035461.

HSL color Cylindrical-coordinate representation of color #C5CC0F: hue angle of 62.22º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5CC0F is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 204 15 -
CMYK 0.03 0 0.93 0.2
HSL 62.22º 0.86% 0.43% -
HSV(B) 62.22º 0.93% 0.8% -
XYZ 44.71 55.09 8.73 -
YUV 180.36 34.68 139.87 -
System Red Green Blue C M Y K H S L
Decimal 197 204 15 0.03 0 0.93 0.2 62.22 0.86 0.43
Hex C5 CC F 3 0 5D 14 3E 56 2B
Octal 305 314 17 3 0 135 24 76 126 53
Binary 11000101 11001100 1111 11 0 1011101 10100 111110 1010110 101011

Color Harmonies of #C5CC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CC0F

Black with #C5CC0F

Text Example


Text Example

White with #C5CC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CC0F; }

 p { color: rgb(197,204,15); }

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

background-color css

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

 a { background-color: rgb(197,204,15); }

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

border-color css

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

 span { border-color: rgb(197,204,15); }

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