Html Css Color HEX #C2AB06 La Rioja

📋 copy color: '#C2AB06'

red 194 ◦ green 171 ◦ blue 6

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

Shades of La Rioja #C2AB06

Tints of La Rioja #C2AB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 52.29%
G = 46.09%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C2AB06 (or 0xC2AB06) is known color: La Rioja. HEX triplet: C2, AB and 06. RGB value is (194,171,6). Sum of RGB (Red+Green+Blue) = 194+171+6=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AB06 is #3D54F9. Grayscale: #9F9F9F. Windows color (decimal): -4019450 or 437186. OLE color: 437186.

HSL color Cylindrical-coordinate representation of color #C2AB06: hue angle of 52.66º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2AB06 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 6 -
CMYK 0 0.12 0.97 0.24
HSL 52.66º 0.94% 0.39% -
HSV(B) 52.66º 0.97% 0.76% -
XYZ 36.84 40.61 6.07 -
YUV 159.07 41.62 152.92 -
System Red Green Blue C M Y K H S L
Decimal 194 171 6 0 0.12 0.97 0.24 52.66 0.94 0.39
Hex C2 AB 6 0 C 61 18 35 5E 27
Octal 302 253 6 0 14 141 30 65 136 47
Binary 11000010 10101011 110 0 1100 1100001 11000 110101 1011110 100111

Color Harmonies of #C2AB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB06

Black with #C2AB06

Text Example


Text Example

White with #C2AB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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