Html Css Color HEX #C8AF03 La Rioja

📋 copy color: '#C8AF03'

red 200 ◦ green 175 ◦ blue 3

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

Shades of La Rioja #C8AF03

Tints of La Rioja #C8AF03

RGB

 RED value IS 200 (78.52% from 255) = 52.91%

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

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 52.91%
G = 46.3%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C8AF03 (or 0xC8AF03) is known color: La Rioja. HEX triplet: C8, AF and 03. RGB value is (200,175,3). Sum of RGB (Red+Green+Blue) = 200+175+3=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AF03 is #3750FC. Grayscale: #A3A3A3. Windows color (decimal): -3625213 or 241608. OLE color: 241608.

HSL color Cylindrical-coordinate representation of color #C8AF03: hue angle of 52.39º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8AF03 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 175 3 -
CMYK 0 0.12 0.98 0.22
HSL 52.39º 0.97% 0.4% -
HSV(B) 52.39º 0.99% 0.78% -
XYZ 39.17 42.95 6.31 -
YUV 162.87 37.78 154.49 -
System Red Green Blue C M Y K H S L
Decimal 200 175 3 0 0.12 0.98 0.22 52.39 0.97 0.4
Hex C8 AF 3 0 C 62 16 34 61 28
Octal 310 257 3 0 14 142 26 64 141 50
Binary 11001000 10101111 11 0 1100 1100010 10110 110100 1100001 101000

Color Harmonies of #C8AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF03

Black with #C8AF03

Text Example


Text Example

White with #C8AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF03; }

 p { color: rgb(200,175,3); }

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

background-color css

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

 a { background-color: rgb(200,175,3); }

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

border-color css

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

 span { border-color: rgb(200,175,3); }

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