Html Css Color HEX #C2B701 La Rioja

📋 copy color: '#C2B701'

red 194 ◦ green 183 ◦ blue 1

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

Shades of La Rioja #C2B701

Tints of La Rioja #C2B701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.41%

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

R = 51.32%
G = 48.41%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C2B701 (or 0xC2B701) is known color: La Rioja. HEX triplet: C2, B7 and 01. RGB value is (194,183,1). Sum of RGB (Red+Green+Blue) = 194+183+1=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B701 is #3D48FE. Grayscale: #A6A6A6. Windows color (decimal): -4016383 or 112578. OLE color: 112578.

HSL color Cylindrical-coordinate representation of color #C2B701: hue angle of 56.58º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2B701 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 1 -
CMYK 0 0.06 0.99 0.24
HSL 56.58º 0.99% 0.38% -
HSV(B) 56.58º 0.99% 0.76% -
XYZ 39.19 45.34 6.71 -
YUV 165.54 35.14 148.3 -
System Red Green Blue C M Y K H S L
Decimal 194 183 1 0 0.06 0.99 0.24 56.58 0.99 0.38
Hex C2 B7 1 0 6 63 18 39 63 26
Octal 302 267 1 0 6 143 30 71 143 46
Binary 11000010 10110111 1 0 110 1100011 11000 111001 1100011 100110

Color Harmonies of #C2B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B701

Black with #C2B701

Text Example


Text Example

White with #C2B701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B701; }

 p { color: rgb(194,183,1); }

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

background-color css

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

 a { background-color: rgb(194,183,1); }

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

border-color css

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

 span { border-color: rgb(194,183,1); }

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