Html Css Color HEX #C3AE0E La Rioja

📋 copy color: '#C3AE0E'

red 195 ◦ green 174 ◦ blue 14

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

Shades of La Rioja #C3AE0E

Tints of La Rioja #C3AE0E

RGB

 RED value IS 195 (76.56% from 255) = 50.91%

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

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 50.91%
G = 45.43%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3AE0E (or 0xC3AE0E) is known color: La Rioja. HEX triplet: C3, AE and 0E. RGB value is (195,174,14). Sum of RGB (Red+Green+Blue) = 195+174+14=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AE0E is #3C51F1. Grayscale: #A2A2A2. Windows color (decimal): -3953138 or 962243. OLE color: 962243.

HSL color Cylindrical-coordinate representation of color #C3AE0E: hue angle of 53.04º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3AE0E is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 174 14 -
CMYK 0 0.11 0.93 0.24
HSL 53.04º 0.87% 0.41% -
HSV(B) 53.04º 0.93% 0.76% -
XYZ 37.72 41.91 6.52 -
YUV 162.04 44.46 151.51 -
System Red Green Blue C M Y K H S L
Decimal 195 174 14 0 0.11 0.93 0.24 53.04 0.87 0.41
Hex C3 AE E 0 B 5D 18 35 57 29
Octal 303 256 16 0 13 135 30 65 127 51
Binary 11000011 10101110 1110 0 1011 1011101 11000 110101 1010111 101001

Color Harmonies of #C3AE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AE0E

Black with #C3AE0E

Text Example


Text Example

White with #C3AE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AE0E; }

 p { color: rgb(195,174,14); }

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

background-color css

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

 a { background-color: rgb(195,174,14); }

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

border-color css

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

 span { border-color: rgb(195,174,14); }

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