Html Css Color HEX #C2C703 La Rioja

📋 copy color: '#C2C703'

red 194 ◦ green 199 ◦ blue 3

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

Shades of La Rioja #C2C703

Tints of La Rioja #C2C703

RGB

 RED value IS 194 (76.17% from 255) = 48.99%

 GREEN value IS 199 (78.13% from 255) = 50.25%

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 48.99%
G = 50.25%
B = 0.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C2C703 (or 0xC2C703) is known color: La Rioja. HEX triplet: C2, C7 and 03. RGB value is (194,199,3). Sum of RGB (Red+Green+Blue) = 194+199+3=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C703 is #3D38FC. Grayscale: #AFAFAF. Windows color (decimal): -4012285 or 247746. OLE color: 247746.

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

Color convert

RGB 194 199 3 -
CMYK 0.03 0 0.98 0.22
HSL 61.53º 0.97% 0.4% -
HSV(B) 61.53º 0.98% 0.78% -
XYZ 42.69 52.32 7.94 -
YUV 175.16 30.84 141.44 -
System Red Green Blue C M Y K H S L
Decimal 194 199 3 0.03 0 0.98 0.22 61.53 0.97 0.4
Hex C2 C7 3 3 0 62 16 3E 61 28
Octal 302 307 3 3 0 142 26 76 141 50
Binary 11000010 11000111 11 11 0 1100010 10110 111110 1100001 101000

Color Harmonies of #C2C703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C703

Black with #C2C703

Text Example


Text Example

White with #C2C703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C703; }

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

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

background-color css

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

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

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

border-color css

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

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

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