Html Css Color HEX #C7CE01 La Rioja

📋 copy color: '#C7CE01'

red 199 ◦ green 206 ◦ blue 1

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

Shades of La Rioja #C7CE01

Tints of La Rioja #C7CE01

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.74%

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

R = 49.01%
G = 50.74%
B = 0.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#C7CE01 (or 0xC7CE01) is known color: La Rioja. HEX triplet: C7, CE and 01. RGB value is (199,206,1). Sum of RGB (Red+Green+Blue) = 199+206+1=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CE01 is #3831FE. Grayscale: #B5B5B5. Windows color (decimal): -3682815 or 118471. OLE color: 118471.

HSL color Cylindrical-coordinate representation of color #C7CE01: hue angle of 62.05º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7CE01 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 206 1 -
CMYK 0.03 0 1.00 0.19
HSL 62.05º 0.99% 0.41% -
HSV(B) 62.05º 1% 0.81% -
XYZ 45.63 56.29 8.49 -
YUV 180.54 26.68 141.17 -
System Red Green Blue C M Y K H S L
Decimal 199 206 1 0.03 0 1.00 0.19 62.05 0.99 0.41
Hex C7 CE 1 3 0 64 13 3E 63 29
Octal 307 316 1 3 0 144 23 76 143 51
Binary 11000111 11001110 1 11 0 1100100 10011 111110 1100011 101001

Color Harmonies of #C7CE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CE01

Black with #C7CE01

Text Example


Text Example

White with #C7CE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CE01; }

 p { color: rgb(199,206,1); }

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

background-color css

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

 a { background-color: rgb(199,206,1); }

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

border-color css

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

 span { border-color: rgb(199,206,1); }

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