Html Css Color HEX #C3AF0C La Rioja

📋 copy color: '#C3AF0C'

red 195 ◦ green 175 ◦ blue 12

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

Shades of La Rioja #C3AF0C

Tints of La Rioja #C3AF0C

RGB

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

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

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

R = 51.05%
G = 45.81%
B = 3.14%

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

#C3AF0C (or 0xC3AF0C) is known color: La Rioja. HEX triplet: C3, AF and 0C. RGB value is (195,175,12). Sum of RGB (Red+Green+Blue) = 195+175+12=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF0C is #3C50F3. Grayscale: #A3A3A3. Windows color (decimal): -3952884 or 831427. OLE color: 831427.

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

Color convert

RGB 195 175 12 -
CMYK 0 0.10 0.94 0.24
HSL 53.44º 0.88% 0.41% -
HSV(B) 53.44º 0.94% 0.76% -
XYZ 37.9 42.29 6.51 -
YUV 162.4 43.13 151.25 -
System Red Green Blue C M Y K H S L
Decimal 195 175 12 0 0.10 0.94 0.24 53.44 0.88 0.41
Hex C3 AF C 0 A 5E 18 35 58 29
Octal 303 257 14 0 12 136 30 65 130 51
Binary 11000011 10101111 1100 0 1010 1011110 11000 110101 1011000 101001

Color Harmonies of #C3AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF0C

Black with #C3AF0C

Text Example


Text Example

White with #C3AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF0C; }

 p { color: rgb(195,175,12); }

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

background-color css

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

 a { background-color: rgb(195,175,12); }

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

border-color css

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

 span { border-color: rgb(195,175,12); }

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