Html Css Color HEX #C0BF13 La Rioja

📋 copy color: '#C0BF13'

red 192 ◦ green 191 ◦ blue 19

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

Shades of La Rioja #C0BF13

Tints of La Rioja #C0BF13

RGB

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

 GREEN value IS 191 (75% from 255) = 47.51%

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

R = 47.76%
G = 47.51%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0BF13 (or 0xC0BF13) is known color: La Rioja. HEX triplet: C0, BF and 13. RGB value is (192,191,19). Sum of RGB (Red+Green+Blue) = 192+191+19=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BF13 is #3F40EC. Grayscale: #ACACAC. Windows color (decimal): -4145389 or 1294272. OLE color: 1294272.

HSL color Cylindrical-coordinate representation of color #C0BF13: hue angle of 59.65º 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 #C0BF13 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 19 -
CMYK 0 0.01 0.90 0.25
HSL 59.65º 0.82% 0.41% -
HSV(B) 59.65º 0.9% 0.75% -
XYZ 40.49 48.52 7.85 -
YUV 171.69 41.83 142.49 -
System Red Green Blue C M Y K H S L
Decimal 192 191 19 0 0.01 0.90 0.25 59.65 0.82 0.41
Hex C0 BF 13 0 1 5A 19 3C 52 29
Octal 300 277 23 0 1 132 31 74 122 51
Binary 11000000 10111111 10011 0 1 1011010 11001 111100 1010010 101001

Color Harmonies of #C0BF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF13

Black with #C0BF13

Text Example


Text Example

White with #C0BF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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