Html Css Color HEX #C2AF0D La Rioja

📋 copy color: '#C2AF0D'

red 194 ◦ green 175 ◦ blue 13

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

Shades of La Rioja #C2AF0D

Tints of La Rioja #C2AF0D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.81%

 BLUE value IS 13 (5.47% from 255) = 3.4%

R = 50.79%
G = 45.81%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2AF0D (or 0xC2AF0D) is known color: La Rioja. HEX triplet: C2, AF and 0D. RGB value is (194,175,13). Sum of RGB (Red+Green+Blue) = 194+175+13=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF0D is #3D50F2. Grayscale: #A2A2A2. Windows color (decimal): -4018419 or 896962. OLE color: 896962.

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

Color convert

RGB 194 175 13 -
CMYK 0 0.10 0.93 0.24
HSL 53.7º 0.87% 0.41% -
HSV(B) 53.7º 0.93% 0.76% -
XYZ 37.65 42.16 6.53 -
YUV 162.21 43.79 150.67 -
System Red Green Blue C M Y K H S L
Decimal 194 175 13 0 0.10 0.93 0.24 53.7 0.87 0.41
Hex C2 AF D 0 A 5D 18 36 57 29
Octal 302 257 15 0 12 135 30 66 127 51
Binary 11000010 10101111 1101 0 1010 1011101 11000 110110 1010111 101001

Color Harmonies of #C2AF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF0D

Black with #C2AF0D

Text Example


Text Example

White with #C2AF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF0D; }

 p { color: rgb(194,175,13); }

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

background-color css

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

 a { background-color: rgb(194,175,13); }

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

border-color css

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

 span { border-color: rgb(194,175,13); }

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