Html Css Color HEX #C4C007 La Rioja

📋 copy color: '#C4C007'

red 196 ◦ green 192 ◦ blue 7

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

Shades of La Rioja #C4C007

Tints of La Rioja #C4C007

RGB

 RED value IS 196 (76.95% from 255) = 49.62%

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

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

R = 49.62%
G = 48.61%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C4C007 (or 0xC4C007) is known color: La Rioja. HEX triplet: C4, C0 and 07. RGB value is (196,192,7). Sum of RGB (Red+Green+Blue) = 196+192+7=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C007 is #3B3FF8. Grayscale: #ACACAC. Windows color (decimal): -3883001 or 508100. OLE color: 508100.

HSL color Cylindrical-coordinate representation of color #C4C007: hue angle of 58.73º 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 #C4C007 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 7 -
CMYK 0 0.02 0.96 0.23
HSL 58.73º 0.93% 0.4% -
HSV(B) 58.73º 0.96% 0.77% -
XYZ 41.65 49.45 7.55 -
YUV 172.11 34.83 145.04 -
System Red Green Blue C M Y K H S L
Decimal 196 192 7 0 0.02 0.96 0.23 58.73 0.93 0.4
Hex C4 C0 7 0 2 60 17 3B 5D 28
Octal 304 300 7 0 2 140 27 73 135 50
Binary 11000100 11000000 111 0 10 1100000 10111 111011 1011101 101000

Color Harmonies of #C4C007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C007

Black with #C4C007

Text Example


Text Example

White with #C4C007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C007; }

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

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

background-color css

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

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

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

border-color css

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

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

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