Html Css Color HEX #C0BC1C La Rioja

📋 copy color: '#C0BC1C'

red 192 ◦ green 188 ◦ blue 28

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

Shades of La Rioja #C0BC1C

Tints of La Rioja #C0BC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.86%

R = 47.06%
G = 46.08%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0BC1C (or 0xC0BC1C) is known color: La Rioja. HEX triplet: C0, BC and 1C. RGB value is (192,188,28). Sum of RGB (Red+Green+Blue) = 192+188+28=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC1C is #3F43E3. Grayscale: #ABABAB. Windows color (decimal): -4146148 or 1883328. OLE color: 1883328.

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

Color convert

RGB 192 188 28 -
CMYK 0 0.02 0.85 0.25
HSL 58.54º 0.75% 0.43% -
HSV(B) 58.54º 0.85% 0.75% -
XYZ 39.93 47.26 8.12 -
YUV 170.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 192 188 28 0 0.02 0.85 0.25 58.54 0.75 0.43
Hex C0 BC 1C 0 2 55 19 3B 4B 2B
Octal 300 274 34 0 2 125 31 73 113 53
Binary 11000000 10111100 11100 0 10 1010101 11001 111011 1001011 101011

Color Harmonies of #C0BC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC1C

Black with #C0BC1C

Text Example


Text Example

White with #C0BC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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