Html Css Color HEX #C8AC02 La Rioja

📋 copy color: '#C8AC02'

red 200 ◦ green 172 ◦ blue 2

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

Shades of La Rioja #C8AC02

Tints of La Rioja #C8AC02

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.99%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 53.48%
G = 45.99%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C8AC02 (or 0xC8AC02) is known color: La Rioja. HEX triplet: C8, AC and 02. RGB value is (200,172,2). Sum of RGB (Red+Green+Blue) = 200+172+2=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AC02 is #3753FD. Grayscale: #A1A1A1. Windows color (decimal): -3625982 or 175304. OLE color: 175304.

HSL color Cylindrical-coordinate representation of color #C8AC02: hue angle of 51.52º degrees, saturation: 0.98, 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 #C8AC02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 2 -
CMYK 0 0.14 0.99 0.22
HSL 51.52º 0.98% 0.4% -
HSV(B) 51.52º 0.99% 0.78% -
XYZ 38.58 41.79 6.09 -
YUV 160.99 38.28 155.82 -
System Red Green Blue C M Y K H S L
Decimal 200 172 2 0 0.14 0.99 0.22 51.52 0.98 0.4
Hex C8 AC 2 0 E 63 16 34 62 28
Octal 310 254 2 0 16 143 26 64 142 50
Binary 11001000 10101100 10 0 1110 1100011 10110 110100 1100010 101000

Color Harmonies of #C8AC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC02

Black with #C8AC02

Text Example


Text Example

White with #C8AC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC02; }

 p { color: rgb(200,172,2); }

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

background-color css

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

 a { background-color: rgb(200,172,2); }

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

border-color css

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

 span { border-color: rgb(200,172,2); }

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