Html Css Color HEX #C3AF0D La Rioja

📋 copy color: '#C3AF0D'

red 195 ◦ green 175 ◦ blue 13

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

Shades of La Rioja #C3AF0D

Tints of La Rioja #C3AF0D

RGB

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

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

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

R = 50.91%
G = 45.69%
B = 3.39%

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

#C3AF0D (or 0xC3AF0D) is known color: La Rioja. HEX triplet: C3, AF and 0D. RGB value is (195,175,13). Sum of RGB (Red+Green+Blue) = 195+175+13=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF0D is #3C50F2. Grayscale: #A3A3A3. Windows color (decimal): -3952883 or 896963. OLE color: 896963.

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

Color convert

RGB 195 175 13 -
CMYK 0 0.10 0.93 0.24
HSL 53.41º 0.88% 0.41% -
HSV(B) 53.41º 0.93% 0.76% -
XYZ 37.91 42.29 6.55 -
YUV 162.51 43.63 151.17 -
System Red Green Blue C M Y K H S L
Decimal 195 175 13 0 0.10 0.93 0.24 53.41 0.88 0.41
Hex C3 AF D 0 A 5D 18 35 58 29
Octal 303 257 15 0 12 135 30 65 130 51
Binary 11000011 10101111 1101 0 1010 1011101 11000 110101 1011000 101001

Color Harmonies of #C3AF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF0D

Black with #C3AF0D

Text Example


Text Example

White with #C3AF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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