Html Css Color HEX #C3C801 La Rioja

📋 copy color: '#C3C801'

red 195 ◦ green 200 ◦ blue 1

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

Shades of La Rioja #C3C801

Tints of La Rioja #C3C801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 49.24%
G = 50.51%
B = 0.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C3C801 (or 0xC3C801) is known color: La Rioja. HEX triplet: C3, C8 and 01. RGB value is (195,200,1). Sum of RGB (Red+Green+Blue) = 195+200+1=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C801 is #3C37FE. Grayscale: #B0B0B0. Windows color (decimal): -3946495 or 116931. OLE color: 116931.

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

Color convert

RGB 195 200 1 -
CMYK 0.02 0 1.00 0.22
HSL 61.51º 0.99% 0.39% -
HSV(B) 61.51º 1% 0.78% -
XYZ 43.17 52.91 7.97 -
YUV 175.82 29.34 141.68 -
System Red Green Blue C M Y K H S L
Decimal 195 200 1 0.02 0 1.00 0.22 61.51 0.99 0.39
Hex C3 C8 1 2 0 64 16 3E 63 27
Octal 303 310 1 2 0 144 26 76 143 47
Binary 11000011 11001000 1 10 0 1100100 10110 111110 1100011 100111

Color Harmonies of #C3C801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C801

Black with #C3C801

Text Example


Text Example

White with #C3C801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C801; }

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

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

background-color css

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

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

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

border-color css

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

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

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