Html Css Color HEX #C2B407 La Rioja

📋 copy color: '#C2B407'

red 194 ◦ green 180 ◦ blue 7

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

Shades of La Rioja #C2B407

Tints of La Rioja #C2B407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.24%

 BLUE value IS 7 (3.13% from 255) = 1.84%

R = 50.92%
G = 47.24%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C2B407 (or 0xC2B407) is known color: La Rioja. HEX triplet: C2, B4 and 07. RGB value is (194,180,7). Sum of RGB (Red+Green+Blue) = 194+180+7=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B407 is #3D4BF8. Grayscale: #A5A5A5. Windows color (decimal): -4017145 or 505026. OLE color: 505026.

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

Color convert

RGB 194 180 7 -
CMYK 0 0.07 0.96 0.24
HSL 55.51º 0.93% 0.39% -
HSV(B) 55.51º 0.96% 0.76% -
XYZ 38.61 44.13 6.68 -
YUV 164.46 39.14 149.07 -
System Red Green Blue C M Y K H S L
Decimal 194 180 7 0 0.07 0.96 0.24 55.51 0.93 0.39
Hex C2 B4 7 0 7 60 18 38 5D 27
Octal 302 264 7 0 7 140 30 70 135 47
Binary 11000010 10110100 111 0 111 1100000 11000 111000 1011101 100111

Color Harmonies of #C2B407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B407

Black with #C2B407

Text Example


Text Example

White with #C2B407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B407; }

 p { color: rgb(194,180,7); }

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

background-color css

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

 a { background-color: rgb(194,180,7); }

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

border-color css

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

 span { border-color: rgb(194,180,7); }

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