Html Css Color HEX #C0B00F La Rioja

📋 copy color: '#C0B00F'

red 192 ◦ green 176 ◦ blue 15

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

Shades of La Rioja #C0B00F

Tints of La Rioja #C0B00F

RGB

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

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

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

R = 50.13%
G = 45.95%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0B00F (or 0xC0B00F) is known color: La Rioja. HEX triplet: C0, B0 and 0F. RGB value is (192,176,15). Sum of RGB (Red+Green+Blue) = 192+176+15=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B00F is #3F4FF0. Grayscale: #A3A3A3. Windows color (decimal): -4149233 or 1028288. OLE color: 1028288.

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

Color convert

RGB 192 176 15 -
CMYK 0 0.08 0.92 0.25
HSL 54.58º 0.86% 0.41% -
HSV(B) 54.58º 0.92% 0.75% -
XYZ 37.35 42.29 6.65 -
YUV 162.43 44.8 149.09 -
System Red Green Blue C M Y K H S L
Decimal 192 176 15 0 0.08 0.92 0.25 54.58 0.86 0.41
Hex C0 B0 F 0 8 5C 19 37 56 29
Octal 300 260 17 0 10 134 31 67 126 51
Binary 11000000 10110000 1111 0 1000 1011100 11001 110111 1010110 101001

Color Harmonies of #C0B00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B00F

Black with #C0B00F

Text Example


Text Example

White with #C0B00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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