Html Css Color HEX #C3AF04 La Rioja

📋 copy color: '#C3AF04'

red 195 ◦ green 175 ◦ blue 4

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

Shades of La Rioja #C3AF04

Tints of La Rioja #C3AF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.07%

R = 52.14%
G = 46.79%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C3AF04 (or 0xC3AF04) is known color: La Rioja. HEX triplet: C3, AF and 04. RGB value is (195,175,4). Sum of RGB (Red+Green+Blue) = 195+175+4=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 4 (1.95% from 255 or 1.07% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF04 is #3C50FB. Grayscale: #A2A2A2. Windows color (decimal): -3952892 or 307139. OLE color: 307139.

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

Color convert

RGB 195 175 4 -
CMYK 0 0.10 0.98 0.24
HSL 53.72º 0.96% 0.39% -
HSV(B) 53.72º 0.98% 0.76% -
XYZ 37.86 42.27 6.28 -
YUV 161.49 39.13 151.9 -
System Red Green Blue C M Y K H S L
Decimal 195 175 4 0 0.10 0.98 0.24 53.72 0.96 0.39
Hex C3 AF 4 0 A 62 18 36 60 27
Octal 303 257 4 0 12 142 30 66 140 47
Binary 11000011 10101111 100 0 1010 1100010 11000 110110 1100000 100111

Color Harmonies of #C3AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF04

Black with #C3AF04

Text Example


Text Example

White with #C3AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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