Html Css Color HEX #C5C007 La Rioja

📋 copy color: '#C5C007'

red 197 ◦ green 192 ◦ blue 7

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

Shades of La Rioja #C5C007

Tints of La Rioja #C5C007

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.48%

 BLUE value IS 7 (3.13% from 255) = 1.77%

R = 49.75%
G = 48.48%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C5C007 (or 0xC5C007) is known color: La Rioja. HEX triplet: C5, C0 and 07. RGB value is (197,192,7). Sum of RGB (Red+Green+Blue) = 197+192+7=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 7 (3.12% from 255 or 1.77% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C007 is #3A3FF8. Grayscale: #ADADAD. Windows color (decimal): -3817465 or 508101. OLE color: 508101.

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

Color convert

RGB 197 192 7 -
CMYK 0 0.03 0.96 0.23
HSL 58.42º 0.93% 0.4% -
HSV(B) 58.42º 0.96% 0.77% -
XYZ 41.91 49.58 7.56 -
YUV 172.41 34.66 145.54 -
System Red Green Blue C M Y K H S L
Decimal 197 192 7 0 0.03 0.96 0.23 58.42 0.93 0.4
Hex C5 C0 7 0 3 60 17 3A 5D 28
Octal 305 300 7 0 3 140 27 72 135 50
Binary 11000101 11000000 111 0 11 1100000 10111 111010 1011101 101000

Color Harmonies of #C5C007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C007

Black with #C5C007

Text Example


Text Example

White with #C5C007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C007; }

 p { color: rgb(197,192,7); }

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

background-color css

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

 a { background-color: rgb(197,192,7); }

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

border-color css

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

 span { border-color: rgb(197,192,7); }

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