Html Css Color HEX #C2AE0C La Rioja

📋 copy color: '#C2AE0C'

red 194 ◦ green 174 ◦ blue 12

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

Shades of La Rioja #C2AE0C

Tints of La Rioja #C2AE0C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.79%

 BLUE value IS 12 (5.08% from 255) = 3.16%

R = 51.05%
G = 45.79%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2AE0C (or 0xC2AE0C) is known color: La Rioja. HEX triplet: C2, AE and 0C. RGB value is (194,174,12). Sum of RGB (Red+Green+Blue) = 194+174+12=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AE0C is #3D51F3. Grayscale: #A2A2A2. Windows color (decimal): -4018676 or 831170. OLE color: 831170.

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

Color convert

RGB 194 174 12 -
CMYK 0 0.10 0.94 0.24
HSL 53.41º 0.88% 0.4% -
HSV(B) 53.41º 0.94% 0.76% -
XYZ 37.45 41.77 6.44 -
YUV 161.51 43.63 151.17 -
System Red Green Blue C M Y K H S L
Decimal 194 174 12 0 0.10 0.94 0.24 53.41 0.88 0.4
Hex C2 AE C 0 A 5E 18 35 58 28
Octal 302 256 14 0 12 136 30 65 130 50
Binary 11000010 10101110 1100 0 1010 1011110 11000 110101 1011000 101000

Color Harmonies of #C2AE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE0C

Black with #C2AE0C

Text Example


Text Example

White with #C2AE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE0C; }

 p { color: rgb(194,174,12); }

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

background-color css

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

 a { background-color: rgb(194,174,12); }

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

border-color css

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

 span { border-color: rgb(194,174,12); }

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