Html Css Color HEX #C0BA06 La Rioja

📋 copy color: '#C0BA06'

red 192 ◦ green 186 ◦ blue 6

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

Shades of La Rioja #C0BA06

Tints of La Rioja #C0BA06

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

 BLUE value IS 6 (2.73% from 255) = 1.56%

R = 50%
G = 48.44%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C0BA06 (or 0xC0BA06) is known color: La Rioja. HEX triplet: C0, BA and 06. RGB value is (192,186,6). Sum of RGB (Red+Green+Blue) = 192+186+6=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BA06 is #3F45F9. Grayscale: #A7A7A7. Windows color (decimal): -4146682 or 441024. OLE color: 441024.

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

Color convert

RGB 192 186 6 -
CMYK 0 0.03 0.97 0.25
HSL 58.06º 0.94% 0.39% -
HSV(B) 58.06º 0.97% 0.75% -
XYZ 39.33 46.34 7.04 -
YUV 167.27 36.99 145.64 -
System Red Green Blue C M Y K H S L
Decimal 192 186 6 0 0.03 0.97 0.25 58.06 0.94 0.39
Hex C0 BA 6 0 3 61 19 3A 5E 27
Octal 300 272 6 0 3 141 31 72 136 47
Binary 11000000 10111010 110 0 11 1100001 11001 111010 1011110 100111

Color Harmonies of #C0BA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA06

Black with #C0BA06

Text Example


Text Example

White with #C0BA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA06; }

 p { color: rgb(192,186,6); }

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

background-color css

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

 a { background-color: rgb(192,186,6); }

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

border-color css

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

 span { border-color: rgb(192,186,6); }

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