Html Css Color HEX #C2B00F La Rioja

📋 copy color: '#C2B00F'

red 194 ◦ green 176 ◦ blue 15

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

Shades of La Rioja #C2B00F

Tints of La Rioja #C2B00F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.71%

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 50.39%
G = 45.71%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2B00F (or 0xC2B00F) is known color: La Rioja. HEX triplet: C2, B0 and 0F. RGB value is (194,176,15). Sum of RGB (Red+Green+Blue) = 194+176+15=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B00F is #3D4FF0. Grayscale: #A3A3A3. Windows color (decimal): -4018161 or 1028290. OLE color: 1028290.

HSL color Cylindrical-coordinate representation of color #C2B00F: hue angle of 53.97º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2B00F is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 15 -
CMYK 0 0.09 0.92 0.24
HSL 53.97º 0.86% 0.41% -
HSV(B) 53.97º 0.92% 0.76% -
XYZ 37.86 42.55 6.67 -
YUV 163.03 44.46 150.09 -
System Red Green Blue C M Y K H S L
Decimal 194 176 15 0 0.09 0.92 0.24 53.97 0.86 0.41
Hex C2 B0 F 0 9 5C 18 36 56 29
Octal 302 260 17 0 11 134 30 66 126 51
Binary 11000010 10110000 1111 0 1001 1011100 11000 110110 1010110 101001

Color Harmonies of #C2B00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B00F

Black with #C2B00F

Text Example


Text Example

White with #C2B00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B00F; }

 p { color: rgb(194,176,15); }

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

background-color css

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

 a { background-color: rgb(194,176,15); }

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

border-color css

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

 span { border-color: rgb(194,176,15); }

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