Html Css Color HEX #C2AF00 La Rioja

📋 copy color: '#C2AF00'

red 194 ◦ green 175 ◦ blue 0

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

Shades of La Rioja #C2AF00

Tints of La Rioja #C2AF00

RGB

 RED value IS 194 (76.17% from 255) = 52.57%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.57%
G = 47.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C2AF00 (or 0xC2AF00) is known color: La Rioja. HEX triplet: C2, AF and 00. RGB value is (194,175,0). Sum of RGB (Red+Green+Blue) = 194+175+0=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF00 is #3D50FF. Grayscale: #A1A1A1. Windows color (decimal): -4018432 or 44994. OLE color: 44994.

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

Color convert

RGB 194 175 0 -
CMYK 0 0.10 1 0.24
HSL 54.12º 1% 0.38% -
HSV(B) 54.12º 1% 0.76% -
XYZ 37.58 42.13 6.15 -
YUV 160.73 37.29 151.73 -
System Red Green Blue C M Y K H S L
Decimal 194 175 0 0 0.10 1 0.24 54.12 1 0.38
Hex C2 AF 0 0 A 64 18 36 64 26
Octal 302 257 0 0 12 144 30 66 144 46
Binary 11000010 10101111 0 0 1010 1100100 11000 110110 1100100 100110

Color Harmonies of #C2AF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF00

Black with #C2AF00

Text Example


Text Example

White with #C2AF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF00; }

 p { color: rgb(194,175,0); }

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

background-color css

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

 a { background-color: rgb(194,175,0); }

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

border-color css

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

 span { border-color: rgb(194,175,0); }

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