Html Css Color HEX #C2B609 La Rioja

📋 copy color: '#C2B609'

red 194 ◦ green 182 ◦ blue 9

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

Shades of La Rioja #C2B609

Tints of La Rioja #C2B609

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.27%

 BLUE value IS 9 (3.91% from 255) = 2.34%

R = 50.39%
G = 47.27%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2B609 (or 0xC2B609) is known color: La Rioja. HEX triplet: C2, B6 and 09. RGB value is (194,182,9). Sum of RGB (Red+Green+Blue) = 194+182+9=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B609 is #3D49F6. Grayscale: #A6A6A6. Windows color (decimal): -4016631 or 636610. OLE color: 636610.

HSL color Cylindrical-coordinate representation of color #C2B609: hue angle of 56.11º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2B609 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 182 9 -
CMYK 0 0.06 0.95 0.24
HSL 56.11º 0.91% 0.4% -
HSV(B) 56.11º 0.95% 0.76% -
XYZ 39.03 44.94 6.88 -
YUV 165.87 39.48 148.07 -
System Red Green Blue C M Y K H S L
Decimal 194 182 9 0 0.06 0.95 0.24 56.11 0.91 0.4
Hex C2 B6 9 0 6 5F 18 38 5B 28
Octal 302 266 11 0 6 137 30 70 133 50
Binary 11000010 10110110 1001 0 110 1011111 11000 111000 1011011 101000

Color Harmonies of #C2B609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B609

Black with #C2B609

Text Example


Text Example

White with #C2B609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B609; }

 p { color: rgb(194,182,9); }

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

background-color css

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

 a { background-color: rgb(194,182,9); }

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

border-color css

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

 span { border-color: rgb(194,182,9); }

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