Html Css Color HEX #C2B102 La Rioja

📋 copy color: '#C2B102'

red 194 ◦ green 177 ◦ blue 2

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

Shades of La Rioja #C2B102

Tints of La Rioja #C2B102

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.45%

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

R = 52.01%
G = 47.45%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C2B102 (or 0xC2B102) is known color: La Rioja. HEX triplet: C2, B1 and 02. RGB value is (194,177,2). Sum of RGB (Red+Green+Blue) = 194+177+2=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B102 is #3D4EFD. Grayscale: #A2A2A2. Windows color (decimal): -4017918 or 176578. OLE color: 176578.

HSL color Cylindrical-coordinate representation of color #C2B102: hue angle of 54.69º degrees, saturation: 0.98, 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 #C2B102 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 177 2 -
CMYK 0 0.09 0.99 0.24
HSL 54.69º 0.98% 0.38% -
HSV(B) 54.69º 0.99% 0.76% -
XYZ 37.98 42.92 6.34 -
YUV 162.13 37.63 150.73 -
System Red Green Blue C M Y K H S L
Decimal 194 177 2 0 0.09 0.99 0.24 54.69 0.98 0.38
Hex C2 B1 2 0 9 63 18 37 62 26
Octal 302 261 2 0 11 143 30 67 142 46
Binary 11000010 10110001 10 0 1001 1100011 11000 110111 1100010 100110

Color Harmonies of #C2B102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B102

Black with #C2B102

Text Example


Text Example

White with #C2B102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B102; }

 p { color: rgb(194,177,2); }

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

background-color css

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

 a { background-color: rgb(194,177,2); }

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

border-color css

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

 span { border-color: rgb(194,177,2); }

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