Html Css Color HEX #C0BB13 La Rioja

📋 copy color: '#C0BB13'

red 192 ◦ green 187 ◦ blue 19

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

Shades of La Rioja #C0BB13

Tints of La Rioja #C0BB13

RGB

 RED value IS 192 (75.39% from 255) = 48.24%

 GREEN value IS 187 (73.44% from 255) = 46.98%

 BLUE value IS 19 (7.81% from 255) = 4.77%

R = 48.24%
G = 46.98%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0BB13 (or 0xC0BB13) is known color: La Rioja. HEX triplet: C0, BB and 13. RGB value is (192,187,19). Sum of RGB (Red+Green+Blue) = 192+187+19=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BB13 is #3F44EC. Grayscale: #AAAAAA. Windows color (decimal): -4146413 or 1293248. OLE color: 1293248.

HSL color Cylindrical-coordinate representation of color #C0BB13: hue angle of 58.27º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0BB13 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 187 19 -
CMYK 0 0.03 0.90 0.25
HSL 58.27º 0.82% 0.41% -
HSV(B) 58.27º 0.9% 0.75% -
XYZ 39.63 46.79 7.56 -
YUV 169.34 43.16 144.16 -
System Red Green Blue C M Y K H S L
Decimal 192 187 19 0 0.03 0.90 0.25 58.27 0.82 0.41
Hex C0 BB 13 0 3 5A 19 3A 52 29
Octal 300 273 23 0 3 132 31 72 122 51
Binary 11000000 10111011 10011 0 11 1011010 11001 111010 1010010 101001

Color Harmonies of #C0BB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB13

Black with #C0BB13

Text Example


Text Example

White with #C0BB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB13; }

 p { color: rgb(192,187,19); }

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

background-color css

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

 a { background-color: rgb(192,187,19); }

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

border-color css

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

 span { border-color: rgb(192,187,19); }

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