Html Css Color HEX #C0BC0D La Rioja

📋 copy color: '#C0BC0D'

red 192 ◦ green 188 ◦ blue 13

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

Shades of La Rioja #C0BC0D

Tints of La Rioja #C0BC0D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.84%

 BLUE value IS 13 (5.47% from 255) = 3.31%

R = 48.85%
G = 47.84%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0BC0D (or 0xC0BC0D) is known color: La Rioja. HEX triplet: C0, BC and 0D. RGB value is (192,188,13). Sum of RGB (Red+Green+Blue) = 192+188+13=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BC0D is #3F43F2. Grayscale: #A9A9A9. Windows color (decimal): -4146163 or 900288. OLE color: 900288.

HSL color Cylindrical-coordinate representation of color #C0BC0D: hue angle of 58.66º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0BC0D is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 188 13 -
CMYK 0 0.02 0.93 0.25
HSL 58.66º 0.87% 0.4% -
HSV(B) 58.66º 0.93% 0.75% -
XYZ 39.79 47.2 7.39 -
YUV 169.25 39.83 144.23 -
System Red Green Blue C M Y K H S L
Decimal 192 188 13 0 0.02 0.93 0.25 58.66 0.87 0.4
Hex C0 BC D 0 2 5D 19 3B 57 28
Octal 300 274 15 0 2 135 31 73 127 50
Binary 11000000 10111100 1101 0 10 1011101 11001 111011 1010111 101000

Color Harmonies of #C0BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC0D

Black with #C0BC0D

Text Example


Text Example

White with #C0BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC0D; }

 p { color: rgb(192,188,13); }

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

background-color css

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

 a { background-color: rgb(192,188,13); }

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

border-color css

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

 span { border-color: rgb(192,188,13); }

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