Html Css Color HEX #C2B00B La Rioja

📋 copy color: '#C2B00B'

red 194 ◦ green 176 ◦ blue 11

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

Shades of La Rioja #C2B00B

Tints of La Rioja #C2B00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.89%

R = 50.92%
G = 46.19%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2B00B (or 0xC2B00B) is known color: La Rioja. HEX triplet: C2, B0 and 0B. RGB value is (194,176,11). Sum of RGB (Red+Green+Blue) = 194+176+11=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B00B is #3D4FF4. Grayscale: #A3A3A3. Windows color (decimal): -4018165 or 766146. OLE color: 766146.

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

Color convert

RGB 194 176 11 -
CMYK 0 0.09 0.94 0.24
HSL 54.1º 0.89% 0.4% -
HSV(B) 54.1º 0.94% 0.76% -
XYZ 37.83 42.54 6.53 -
YUV 162.57 42.46 150.42 -
System Red Green Blue C M Y K H S L
Decimal 194 176 11 0 0.09 0.94 0.24 54.1 0.89 0.4
Hex C2 B0 B 0 9 5E 18 36 59 28
Octal 302 260 13 0 11 136 30 66 131 50
Binary 11000010 10110000 1011 0 1001 1011110 11000 110110 1011001 101000

Color Harmonies of #C2B00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B00B

Black with #C2B00B

Text Example


Text Example

White with #C2B00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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