Html Css Color HEX #C2C003 La Rioja

📋 copy color: '#C2C003'

red 194 ◦ green 192 ◦ blue 3

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

Shades of La Rioja #C2C003

Tints of La Rioja #C2C003

RGB

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

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

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

R = 49.87%
G = 49.36%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C2C003 (or 0xC2C003) is known color: La Rioja. HEX triplet: C2, C0 and 03. RGB value is (194,192,3). Sum of RGB (Red+Green+Blue) = 194+192+3=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C003 is #3D3FFC. Grayscale: #ABABAB. Windows color (decimal): -4014077 or 245954. OLE color: 245954.

HSL color Cylindrical-coordinate representation of color #C2C003: hue angle of 59.37º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2C003 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 3 -
CMYK 0 0.01 0.98 0.24
HSL 59.37º 0.97% 0.39% -
HSV(B) 59.37º 0.98% 0.76% -
XYZ 41.11 49.18 7.41 -
YUV 171.05 33.16 144.37 -
System Red Green Blue C M Y K H S L
Decimal 194 192 3 0 0.01 0.98 0.24 59.37 0.97 0.39
Hex C2 C0 3 0 1 62 18 3B 61 27
Octal 302 300 3 0 1 142 30 73 141 47
Binary 11000010 11000000 11 0 1 1100010 11000 111011 1100001 100111

Color Harmonies of #C2C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C003

Black with #C2C003

Text Example


Text Example

White with #C2C003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C003; }

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

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

background-color css

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

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

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

border-color css

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

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

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