Html Css Color HEX #C2AF06 La Rioja

📋 copy color: '#C2AF06'

red 194 ◦ green 175 ◦ blue 6

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

Shades of La Rioja #C2AF06

Tints of La Rioja #C2AF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 51.73%
G = 46.67%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C2AF06 (or 0xC2AF06) is known color: La Rioja. HEX triplet: C2, AF and 06. RGB value is (194,175,6). Sum of RGB (Red+Green+Blue) = 194+175+6=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF06 is #3D50F9. Grayscale: #A2A2A2. Windows color (decimal): -4018426 or 438210. OLE color: 438210.

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

Color convert

RGB 194 175 6 -
CMYK 0 0.10 0.97 0.24
HSL 53.94º 0.94% 0.39% -
HSV(B) 53.94º 0.97% 0.76% -
XYZ 37.61 42.14 6.32 -
YUV 161.42 40.29 151.24 -
System Red Green Blue C M Y K H S L
Decimal 194 175 6 0 0.10 0.97 0.24 53.94 0.94 0.39
Hex C2 AF 6 0 A 61 18 36 5E 27
Octal 302 257 6 0 12 141 30 66 136 47
Binary 11000010 10101111 110 0 1010 1100001 11000 110110 1011110 100111

Color Harmonies of #C2AF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF06

Black with #C2AF06

Text Example


Text Example

White with #C2AF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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