Html Css Color HEX #C2AB01 La Rioja

📋 copy color: '#C2AB01'

red 194 ◦ green 171 ◦ blue 1

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

Shades of La Rioja #C2AB01

Tints of La Rioja #C2AB01

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.72%

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

R = 53.01%
G = 46.72%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C2AB01 (or 0xC2AB01) is known color: La Rioja. HEX triplet: C2, AB and 01. RGB value is (194,171,1). Sum of RGB (Red+Green+Blue) = 194+171+1=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AB01 is #3D54FE. Grayscale: #9F9F9F. Windows color (decimal): -4019455 or 109506. OLE color: 109506.

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

Color convert

RGB 194 171 1 -
CMYK 0 0.12 0.99 0.24
HSL 52.85º 0.99% 0.38% -
HSV(B) 52.85º 0.99% 0.76% -
XYZ 36.82 40.6 5.92 -
YUV 158.5 39.12 153.32 -
System Red Green Blue C M Y K H S L
Decimal 194 171 1 0 0.12 0.99 0.24 52.85 0.99 0.38
Hex C2 AB 1 0 C 63 18 35 63 26
Octal 302 253 1 0 14 143 30 65 143 46
Binary 11000010 10101011 1 0 1100 1100011 11000 110101 1100011 100110

Color Harmonies of #C2AB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB01

Black with #C2AB01

Text Example


Text Example

White with #C2AB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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