Html Css Color HEX #C0BB0C La Rioja

📋 copy color: '#C0BB0C'

red 192 ◦ green 187 ◦ blue 12

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

Shades of La Rioja #C0BB0C

Tints of La Rioja #C0BB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.07%

R = 49.1%
G = 47.83%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0BB0C (or 0xC0BB0C) is known color: La Rioja. HEX triplet: C0, BB and 0C. RGB value is (192,187,12). Sum of RGB (Red+Green+Blue) = 192+187+12=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BB0C is #3F44F3. Grayscale: #A9A9A9. Windows color (decimal): -4146420 or 834496. OLE color: 834496.

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

Color convert

RGB 192 187 12 -
CMYK 0 0.03 0.94 0.25
HSL 58.33º 0.88% 0.4% -
HSV(B) 58.33º 0.94% 0.75% -
XYZ 39.57 46.77 7.29 -
YUV 168.55 39.66 144.73 -
System Red Green Blue C M Y K H S L
Decimal 192 187 12 0 0.03 0.94 0.25 58.33 0.88 0.4
Hex C0 BB C 0 3 5E 19 3A 58 28
Octal 300 273 14 0 3 136 31 72 130 50
Binary 11000000 10111011 1100 0 11 1011110 11001 111010 1011000 101000

Color Harmonies of #C0BB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB0C

Black with #C0BB0C

Text Example


Text Example

White with #C0BB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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