Html Css Color HEX #C3C802 La Rioja

📋 copy color: '#C3C802'

red 195 ◦ green 200 ◦ blue 2

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

Shades of La Rioja #C3C802

Tints of La Rioja #C3C802

RGB

 RED value IS 195 (76.56% from 255) = 49.12%

 GREEN value IS 200 (78.52% from 255) = 50.38%

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

R = 49.12%
G = 50.38%
B = 0.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C3C802 (or 0xC3C802) is known color: La Rioja. HEX triplet: C3, C8 and 02. RGB value is (195,200,2). Sum of RGB (Red+Green+Blue) = 195+200+2=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C802 is #3C37FD. Grayscale: #B0B0B0. Windows color (decimal): -3946494 or 182467. OLE color: 182467.

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

Color convert

RGB 195 200 2 -
CMYK 0.02 0 0.99 0.22
HSL 61.52º 0.98% 0.4% -
HSV(B) 61.52º 0.99% 0.78% -
XYZ 43.17 52.92 8 -
YUV 175.93 29.84 141.6 -
System Red Green Blue C M Y K H S L
Decimal 195 200 2 0.02 0 0.99 0.22 61.52 0.98 0.4
Hex C3 C8 2 2 0 63 16 3E 62 28
Octal 303 310 2 2 0 143 26 76 142 50
Binary 11000011 11001000 10 10 0 1100011 10110 111110 1100010 101000

Color Harmonies of #C3C802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C802

Black with #C3C802

Text Example


Text Example

White with #C3C802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C802; }

 p { color: rgb(195,200,2); }

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

background-color css

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

 a { background-color: rgb(195,200,2); }

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

border-color css

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

 span { border-color: rgb(195,200,2); }

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