Html Css Color HEX #C7C202 La Rioja

📋 copy color: '#C7C202'

red 199 ◦ green 194 ◦ blue 2

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

Shades of La Rioja #C7C202

Tints of La Rioja #C7C202

RGB

 RED value IS 199 (78.13% from 255) = 50.38%

 GREEN value IS 194 (76.17% from 255) = 49.11%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 50.38%
G = 49.11%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C7C202 (or 0xC7C202) is known color: La Rioja. HEX triplet: C7, C2 and 02. RGB value is (199,194,2). Sum of RGB (Red+Green+Blue) = 199+194+2=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C202 is #383DFD. Grayscale: #AEAEAE. Windows color (decimal): -3685886 or 180935. OLE color: 180935.

HSL color Cylindrical-coordinate representation of color #C7C202: hue angle of 58.48º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7C202 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 194 2 -
CMYK 0 0.03 0.99 0.22
HSL 58.48º 0.98% 0.39% -
HSV(B) 58.48º 0.99% 0.78% -
XYZ 42.86 50.73 7.59 -
YUV 173.61 31.16 146.11 -
System Red Green Blue C M Y K H S L
Decimal 199 194 2 0 0.03 0.99 0.22 58.48 0.98 0.39
Hex C7 C2 2 0 3 63 16 3A 62 27
Octal 307 302 2 0 3 143 26 72 142 47
Binary 11000111 11000010 10 0 11 1100011 10110 111010 1100010 100111

Color Harmonies of #C7C202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C202

Black with #C7C202

Text Example


Text Example

White with #C7C202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C202; }

 p { color: rgb(199,194,2); }

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

background-color css

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

 a { background-color: rgb(199,194,2); }

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

border-color css

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

 span { border-color: rgb(199,194,2); }

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